#560237

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

Shades of Tyrian Purple #560237

Tints of Tyrian Purple #560237

Color information

#560237 (or 0x560237) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 37. RGB value is (86,2,55). Sum of RGB (Red+Green+Blue) = 86+2+55=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #560237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560237 is #A9FDC8. Grayscale: #212121. Windows color (decimal): -11140553 or 3605078. OLE color: 3605078.

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

Color convert

RGB86255-
CMYK00.980.360.66
HSL322.14º95.45%17.25%-
HSV(B)322.14º97.67%33.73%-
XYZ4.552.33.82-
YUV33.16140.33165.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.14%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=60.14%
G=1.40%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8625500.980.360.66322.1495.4517.25
Hex5623706224421425f11
Octal12626701424410250213721
Binary101011010110111011000101001001000010101000010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560237; }

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

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

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

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

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

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

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

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