Html Css Color HEX #60024C Tyrian Purple

📋 copy color: '#60024C'

red 96 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #60024C

Tints of Tyrian Purple #60024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 55.17%
G = 1.15%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60024C (or 0x60024C) is known color: Tyrian Purple. HEX triplet: 60, 02 and 4C. RGB value is (96,2,76). Sum of RGB (Red+Green+Blue) = 96+2+76=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60024C is #9FFDB3. Grayscale: #262626. Windows color (decimal): -10485172 or 4981344. OLE color: 4981344.

HSL color Cylindrical-coordinate representation of color #60024C: hue angle of 312.77º 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 #60024C is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 76 -
CMYK 0 0.98 0.21 0.62
HSL 312.77º 0.96% 0.19% -
HSV(B) 312.77º 0.98% 0.38% -
XYZ 6.15 3.05 7.1 -
YUV 38.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 96 2 76 0 0.98 0.21 0.62 312.77 0.96 0.19
Hex 60 2 4C 0 62 15 3E 139 60 13
Octal 140 2 114 0 142 25 76 471 140 23
Binary 1100000 10 1001100 0 1100010 10101 111110 100111001 1100000 10011

Color Harmonies of #60024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60024C

Black with #60024C

Text Example


Text Example

White with #60024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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