Html Css Color HEX #60024E Tyrian Purple

📋 copy color: '#60024E'

red 96 ◦ green 2 ◦ blue 78

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

Shades of Tyrian Purple #60024E

Tints of Tyrian Purple #60024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.32%

R = 54.55%
G = 1.14%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#60024E (or 0x60024E) is known color: Tyrian Purple. HEX triplet: 60, 02 and 4E. RGB value is (96,2,78). Sum of RGB (Red+Green+Blue) = 96+2+78=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60024E is #9FFDB1. Grayscale: #262626. Windows color (decimal): -10485170 or 5112416. OLE color: 5112416.

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

Color convert

RGB 96 2 78 -
CMYK 0 0.98 0.19 0.62
HSL 311.49º 0.96% 0.19% -
HSV(B) 311.49º 0.98% 0.38% -
XYZ 6.22 3.08 7.47 -
YUV 38.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 96 2 78 0 0.98 0.19 0.62 311.49 0.96 0.19
Hex 60 2 4E 0 62 13 3E 137 60 13
Octal 140 2 116 0 142 23 76 467 140 23
Binary 1100000 10 1001110 0 1100010 10011 111110 100110111 1100000 10011

Color Harmonies of #60024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60024E

Black with #60024E

Text Example


Text Example

White with #60024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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