Html Css Color HEX #62012F Tyrian Purple

📋 copy color: '#62012F'

red 98 ◦ green 1 ◦ blue 47

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

Shades of Tyrian Purple #62012F

Tints of Tyrian Purple #62012F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 67.12%
G = 0.68%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#62012F (or 0x62012F) is known color: Tyrian Purple. HEX triplet: 62, 01 and 2F. RGB value is (98,1,47). Sum of RGB (Red+Green+Blue) = 98+1+47=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62012F is #9DFED0. Grayscale: #232323. Windows color (decimal): -10354385 or 3080546. OLE color: 3080546.

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

Color convert

RGB 98 1 47 -
CMYK 0 0.99 0.52 0.62
HSL 331.55º 0.98% 0.19% -
HSV(B) 331.55º 0.99% 0.38% -
XYZ 5.56 2.82 2.94 -
YUV 35.25 134.64 172.76 -
System Red Green Blue C M Y K H S L
Decimal 98 1 47 0 0.99 0.52 0.62 331.55 0.98 0.19
Hex 62 1 2F 0 63 34 3E 14C 62 13
Octal 142 1 57 0 143 64 76 514 142 23
Binary 1100010 1 101111 0 1100011 110100 111110 101001100 1100010 10011

Color Harmonies of #62012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62012F

Black with #62012F

Text Example


Text Example

White with #62012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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