Html Css Color HEX #600144 Tyrian Purple

📋 copy color: '#600144'

red 96 ◦ green 1 ◦ blue 68

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

Shades of Tyrian Purple #600144

Tints of Tyrian Purple #600144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 41.21%

R = 58.18%
G = 0.61%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#600144 (or 0x600144) is known color: Tyrian Purple. HEX triplet: 60, 01 and 44. RGB value is (96,1,68). Sum of RGB (Red+Green+Blue) = 96+1+68=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #600144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600144 is #9FFEBB. Grayscale: #242424. Windows color (decimal): -10485436 or 4456800. OLE color: 4456800.

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

Color convert

RGB 96 1 68 -
CMYK 0 0.99 0.29 0.62
HSL 317.68º 0.98% 0.19% -
HSV(B) 317.68º 0.99% 0.38% -
XYZ 5.88 2.93 5.72 -
YUV 37.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 96 1 68 0 0.99 0.29 0.62 317.68 0.98 0.19
Hex 60 1 44 0 63 1D 3E 13E 62 13
Octal 140 1 104 0 143 35 76 476 142 23
Binary 1100000 1 1000100 0 1100011 11101 111110 100111110 1100010 10011

Color Harmonies of #600144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600144

Black with #600144

Text Example


Text Example

White with #600144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600144; }

 p { color: rgb(96,1,68); }

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

background-color css

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

 a { background-color: rgb(96,1,68); }

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

border-color css

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

 span { border-color: rgb(96,1,68); }

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