Html Css Color HEX #600142 Tyrian Purple

📋 copy color: '#600142'

red 96 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #600142

Tints of Tyrian Purple #600142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 58.9%
G = 0.61%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#600142 (or 0x600142) is known color: Tyrian Purple. HEX triplet: 60, 01 and 42. RGB value is (96,1,66). Sum of RGB (Red+Green+Blue) = 96+1+66=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #600142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600142 is #9FFEBD. Grayscale: #242424. Windows color (decimal): -10485438 or 4325728. OLE color: 4325728.

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

Color convert

RGB 96 1 66 -
CMYK 0 0.99 0.31 0.62
HSL 318.95º 0.98% 0.19% -
HSV(B) 318.95º 0.99% 0.38% -
XYZ 5.82 2.9 5.41 -
YUV 36.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 96 1 66 0 0.99 0.31 0.62 318.95 0.98 0.19
Hex 60 1 42 0 63 1F 3E 13F 62 13
Octal 140 1 102 0 143 37 76 477 142 23
Binary 1100000 1 1000010 0 1100011 11111 111110 100111111 1100010 10011

Color Harmonies of #600142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600142

Black with #600142

Text Example


Text Example

White with #600142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600142; }

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

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

background-color css

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

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

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

border-color css

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

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

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