#600F37

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

Shades of Tyrian Purple #600F37

Tints of Tyrian Purple #600F37

Color information

#600F37 (or 0x600F37) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0F and 37. RGB value is (96,15,55). Sum of RGB (Red+Green+Blue) = 96+15+55=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #600F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600F37 is #9FF0C8. Grayscale: #2B2B2B. Windows color (decimal): -10481865 or 3608416. OLE color: 3608416.

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

Color convert

RGB961555-
CMYK00.840.430.62
HSL330.37º72.97%21.76%-
HSV(B)330.37º84.38%37.65%-
XYZ5.683.13.91-
YUV43.78134.34165.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 15 (6.25% from 255) = 9.04%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=57.83%
G=9.04%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96155500.840.430.62330.3772.9721.76
Hex60F370542B3E14a4916
Octal14017670124537651211126
Binary1100000111111011101010100101011111110101001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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