#600F39

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

Shades of Tyrian Purple #600F39

Tints of Tyrian Purple #600F39

Color information

#600F39 (or 0x600F39) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0F and 39. RGB value is (96,15,57). Sum of RGB (Red+Green+Blue) = 96+15+57=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #600F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F39 is #9FF0C6. Grayscale: #2B2B2B. Windows color (decimal): -10481863 or 3739488. OLE color: 3739488.

HSL color Cylindrical-coordinate representation of color #600F39: hue angle of 328.89º 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 #600F39 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB961557-
CMYK00.840.410.62
HSL328.89º72.97%21.76%-
HSV(B)328.89º84.38%37.65%-
XYZ5.733.124.17-
YUV44.01135.34165.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 8.93%
BLUE value IS 57 (22.66% from 255) = 33.93%
R=57.14%
G=8.93%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96155700.840.410.62328.8972.9721.76
Hex60F39054293E1494916
Octal14017710124517651111126
Binary1100000111111100101010100101001111110101001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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