Html Css Color HEX #62012A Tyrian Purple

📋 copy color: '#62012A'

red 98 ◦ green 1 ◦ blue 42

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

Shades of Tyrian Purple #62012A

Tints of Tyrian Purple #62012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.79%

R = 69.5%
G = 0.71%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#62012A (or 0x62012A) is known color: Tyrian Purple. HEX triplet: 62, 01 and 2A. RGB value is (98,1,42). Sum of RGB (Red+Green+Blue) = 98+1+42=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #62012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62012A is #9DFED5. Grayscale: #222222. Windows color (decimal): -10354390 or 2752866. OLE color: 2752866.

HSL color Cylindrical-coordinate representation of color #62012A: hue angle of 334.64º 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 #62012A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 1 42 -
CMYK 0 0.99 0.57 0.62
HSL 334.64º 0.98% 0.19% -
HSV(B) 334.64º 0.99% 0.38% -
XYZ 5.47 2.79 2.44 -
YUV 34.68 132.14 173.17 -
System Red Green Blue C M Y K H S L
Decimal 98 1 42 0 0.99 0.57 0.62 334.64 0.98 0.19
Hex 62 1 2A 0 63 39 3E 14F 62 13
Octal 142 1 52 0 143 71 76 517 142 23
Binary 1100010 1 101010 0 1100011 111001 111110 101001111 1100010 10011

Color Harmonies of #62012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62012A

Black with #62012A

Text Example


Text Example

White with #62012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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