Html Css Color HEX #600042 Tyrian Purple

📋 copy color: '#600042'

red 96 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #600042

Tints of Tyrian Purple #600042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.26%
G = 0%
B = 40.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#600042 (or 0x600042) is known color: Tyrian Purple. HEX triplet: 60, 00 and 42. RGB value is (96,0,66). Sum of RGB (Red+Green+Blue) = 96+0+66=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #600042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600042 is #9FFFBD. Grayscale: #242424. Windows color (decimal): -10485694 or 4325472. OLE color: 4325472.

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

Color convert

RGB 96 0 66 -
CMYK 0 1 0.31 0.62
HSL 318.75º 1% 0.19% -
HSV(B) 318.75º 1% 0.38% -
XYZ 5.81 2.88 5.4 -
YUV 36.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 96 0 66 0 1 0.31 0.62 318.75 1 0.19
Hex 60 0 42 0 64 1F 3E 13F 64 13
Octal 140 0 102 0 144 37 76 477 144 23
Binary 1100000 0 1000010 0 1100100 11111 111110 100111111 1100100 10011

Color Harmonies of #600042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600042

Black with #600042

Text Example


Text Example

White with #600042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600042; }

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

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

background-color css

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

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

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

border-color css

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

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

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