#600942

Color #600942 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #600942

Tints of Tyrian Purple #600942

Color information

#600942 (or 0x600942) is unknown color: approx Tyrian Purple. HEX triplet: 60, 09 and 42. RGB value is (96,9,66). Sum of RGB (Red+Green+Blue) = 96+9+66=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #600942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600942 is #9FF6BD. Grayscale: #292929. Windows color (decimal): -10483390 or 4327776. OLE color: 4327776.

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

Color convert

RGB96966-
CMYK00.910.310.62
HSL320.69º82.86%20.59%-
HSV(B)320.69º90.62%37.65%-
XYZ5.93.085.44-
YUV41.51141.82166.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=56.14%
G=5.26%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9696600.910.310.62320.6982.8620.59
Hex6094205B1F3E1415315
Octal140111020133377650112325
Binary1100000100110000100101101111111111110101000001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600942; }

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

 H1.HeaderClassName
 {
   color: #600942;
 }
 .AnyTagClassName
 {
   color: #600942;
 }
</style>
background-color css

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

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

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

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

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

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