#560337

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

Shades of Tyrian Purple #560337

Tints of Tyrian Purple #560337

Color information

#560337 (or 0x560337) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 37. RGB value is (86,3,55). Sum of RGB (Red+Green+Blue) = 86+3+55=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #560337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560337 is #A9FCC8. Grayscale: #212121. Windows color (decimal): -11140297 or 3605334. OLE color: 3605334.

HSL color Cylindrical-coordinate representation of color #560337: hue angle of 322.41º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560337 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB86355-
CMYK00.970.360.66
HSL322.41º93.26%17.45%-
HSV(B)322.41º96.51%33.73%-
XYZ4.562.323.82-
YUV33.74140165.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.72%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=59.72%
G=2.08%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8635500.970.360.66322.4193.2617.45
Hex5633706124421425d11
Octal12636701414410250213521
Binary101011011110111011000011001001000010101000010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560337; }

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

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

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

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

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

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

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

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