#560432

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

Shades of Tyrian Purple #560432

Tints of Tyrian Purple #560432

Color information

#560432 (or 0x560432) is unknown color: approx Tyrian Purple. HEX triplet: 56, 04 and 32. RGB value is (86,4,50). Sum of RGB (Red+Green+Blue) = 86+4+50=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #560432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560432 is #A9FBCD. Grayscale: #212121. Windows color (decimal): -11140046 or 3277910. OLE color: 3277910.

HSL color Cylindrical-coordinate representation of color #560432: hue angle of 326.34º 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 #560432 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB86450-
CMYK00.950.420.66
HSL326.34º91.11%17.65%-
HSV(B)326.34º95.35%33.73%-
XYZ4.462.33.23-
YUV33.76137.17165.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.43%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=61.43%
G=2.86%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8645000.950.420.66326.3491.1117.65
Hex5643205F2A421465b12
Octal12646201375210250613322
Binary1010110100110010010111111010101000010101000110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560432; }

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

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

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

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

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

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

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

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