Html Css Color HEX #62002F Tyrian Purple

📋 copy color: '#62002F'

red 98 ◦ green 0 ◦ blue 47

#62002F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #62002F

Tints of Tyrian Purple #62002F

RGB

 RED value IS 98 (38.67% from 255) = 67.59%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 67.59%
G = 0%
B = 32.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#62002F (or 0x62002F) is known color: Tyrian Purple. HEX triplet: 62, 00 and 2F. RGB value is (98,0,47). Sum of RGB (Red+Green+Blue) = 98+0+47=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #62002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62002F is #9DFFD0. Grayscale: #222222. Windows color (decimal): -10354641 or 3080290. OLE color: 3080290.

HSL color Cylindrical-coordinate representation of color #62002F: hue angle of 331.22º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62002F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 0 47 -
CMYK 0 1 0.52 0.62
HSL 331.22º 1% 0.19% -
HSV(B) 331.22º 1% 0.38% -
XYZ 5.55 2.8 2.94 -
YUV 34.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 98 0 47 0 1 0.52 0.62 331.22 1 0.19
Hex 62 0 2F 0 64 34 3E 14B 64 13
Octal 142 0 57 0 144 64 76 513 144 23
Binary 1100010 0 101111 0 1100100 110100 111110 101001011 1100100 10011

Color Harmonies of #62002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62002F

Black with #62002F

Text Example


Text Example

White with #62002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62002F; }

 p { color: rgb(98,0,47); }

 H1.HeaderClassName
 {
   color: #62002F;
 }
 .AnyTagClassName
 {
   color: #62002F;
 }
</style>

background-color css

<style>
 a { background-color: #62002F; }

 a { background-color: rgb(98,0,47); }

 div.DivClassName
 {
   background-color: #62002F;
 }
 .BgClassName
 {
   background-color: #62002F;
 }
</style>

border-color css

<style>
 span { border-color: #62002F; }

 span { border-color: rgb(98,0,47); }

 td.TdClassName
 {
   border-color: #62002F;
 }
 .TagClassName
 {
   border-color: #62002F;
 }
</style>