#600F42

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

Shades of Tyrian Purple #600F42

Tints of Tyrian Purple #600F42

Color information

#600F42 (or 0x600F42) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0F and 42. RGB value is (96,15,66). Sum of RGB (Red+Green+Blue) = 96+15+66=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #600F42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F42 is #9FF0BD. Grayscale: #2C2C2C. Windows color (decimal): -10481854 or 4329312. OLE color: 4329312.

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

Color convert

RGB961566-
CMYK00.840.310.62
HSL322.22º72.97%21.76%-
HSV(B)322.22º84.38%37.65%-
XYZ5.983.225.46-
YUV45.03139.84164.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 15 (6.25% from 255) = 8.47%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=54.24%
G=8.47%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96156600.840.310.62322.2272.9721.76
Hex60F420541F3E1424916
Octal140171020124377650211126
Binary1100000111110000100101010011111111110101000010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600F42; }

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

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

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

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

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

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

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

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