#560F37

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

Shades of Tyrian Purple #560F37

Tints of Tyrian Purple #560F37

Color information

#560F37 (or 0x560F37) is unknown color: approx Tyrian Purple. HEX triplet: 56, 0F and 37. RGB value is (86,15,55). Sum of RGB (Red+Green+Blue) = 86+15+55=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #560F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560F37 is #A9F0C8. Grayscale: #282828. Windows color (decimal): -11137225 or 3608406. OLE color: 3608406.

HSL color Cylindrical-coordinate representation of color #560F37: hue angle of 326.2º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #560F37 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB861555-
CMYK00.830.360.66
HSL326.2º70.3%19.8%-
HSV(B)326.2º82.56%33.73%-
XYZ4.72.63.87-
YUV40.79136.02160.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 15 (6.25% from 255) = 9.62%
BLUE value IS 55 (21.88% from 255) = 35.26%
R=55.13%
G=9.62%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86155500.830.360.66326.270.319.8
Hex56F3705324421464614
Octal126176701234410250610624
Binary10101101111110111010100111001001000010101000110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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