#560437

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

Shades of Tyrian Purple #560437

Tints of Tyrian Purple #560437

Color information

#560437 (or 0x560437) is unknown color: approx Tyrian Purple. HEX triplet: 56, 04 and 37. RGB value is (86,4,55). Sum of RGB (Red+Green+Blue) = 86+4+55=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #560437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560437 is #A9FBC8. Grayscale: #222222. Windows color (decimal): -11140041 or 3605590. OLE color: 3605590.

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

Color convert

RGB86455-
CMYK00.950.360.66
HSL322.68º91.11%17.65%-
HSV(B)322.68º95.35%33.73%-
XYZ4.572.343.83-
YUV34.33139.67164.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=59.31%
G=2.76%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8645500.950.360.66322.6891.1117.65
Hex5643705F24421435b12
Octal12646701374410250313322
Binary1010110100110111010111111001001000010101000011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560437; }

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

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

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

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

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

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

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

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