Html Css Color HEX #60024A Tyrian Purple

📋 copy color: '#60024A'

red 96 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #60024A

Tints of Tyrian Purple #60024A

RGB

 RED value IS 96 (37.89% from 255) = 55.81%

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 74 (29.3% from 255) = 43.02%

R = 55.81%
G = 1.16%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#60024A (or 0x60024A) is known color: Tyrian Purple. HEX triplet: 60, 02 and 4A. RGB value is (96,2,74). Sum of RGB (Red+Green+Blue) = 96+2+74=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #60024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60024A is #9FFDB5. Grayscale: #262626. Windows color (decimal): -10485174 or 4850272. OLE color: 4850272.

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

Color convert

RGB 96 2 74 -
CMYK 0 0.98 0.23 0.62
HSL 314.04º 0.96% 0.19% -
HSV(B) 314.04º 0.98% 0.38% -
XYZ 6.08 3.02 6.74 -
YUV 38.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 96 2 74 0 0.98 0.23 0.62 314.04 0.96 0.19
Hex 60 2 4A 0 62 17 3E 13A 60 13
Octal 140 2 112 0 142 27 76 472 140 23
Binary 1100000 10 1001010 0 1100010 10111 111110 100111010 1100000 10011

Color Harmonies of #60024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60024A

Black with #60024A

Text Example


Text Example

White with #60024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,2,74); }

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

background-color css

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

 a { background-color: rgb(96,2,74); }

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

border-color css

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

 span { border-color: rgb(96,2,74); }

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