#600542

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

Shades of Tyrian Purple #600542

Tints of Tyrian Purple #600542

Color information

#600542 (or 0x600542) is unknown color: approx Tyrian Purple. HEX triplet: 60, 05 and 42. RGB value is (96,5,66). Sum of RGB (Red+Green+Blue) = 96+5+66=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #600542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600542 is #9FFABD. Grayscale: #272727. Windows color (decimal): -10484414 or 4326752. OLE color: 4326752.

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

Color convert

RGB96566-
CMYK00.950.310.62
HSL319.78º90.1%19.8%-
HSV(B)319.78º94.79%37.65%-
XYZ5.862.995.42-
YUV39.16143.15168.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=57.49%
G=2.99%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9656600.950.310.62319.7890.119.8
Hex6054205F1F3E1405a14
Octal14051020137377650013224
Binary110000010110000100101111111111111110101000000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600542; }

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

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

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

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

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

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

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

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