#600742

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

Shades of Tyrian Purple #600742

Tints of Tyrian Purple #600742

Color information

#600742 (or 0x600742) is unknown color: approx Tyrian Purple. HEX triplet: 60, 07 and 42. RGB value is (96,7,66). Sum of RGB (Red+Green+Blue) = 96+7+66=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #600742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600742 is #9FF8BD. Grayscale: #282828. Windows color (decimal): -10483902 or 4327264. OLE color: 4327264.

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

Color convert

RGB96766-
CMYK00.930.310.62
HSL320.22º86.41%20.2%-
HSV(B)320.22º92.71%37.65%-
XYZ5.883.035.43-
YUV40.34142.49167.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=56.80%
G=4.14%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9676600.930.310.62320.2286.4120.2
Hex6074205D1F3E1405614
Octal14071020135377650012624
Binary110000011110000100101110111111111110101000000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600742; }

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

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

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

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

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

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

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

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