#560439

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

Shades of Tyrian Purple #560439

Tints of Tyrian Purple #560439

Color information

#560439 (or 0x560439) is unknown color: approx Tyrian Purple. HEX triplet: 56, 04 and 39. RGB value is (86,4,57). Sum of RGB (Red+Green+Blue) = 86+4+57=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #560439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560439 is #A9FBC6. Grayscale: #222222. Windows color (decimal): -11140039 or 3736662. OLE color: 3736662.

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

Color convert

RGB86457-
CMYK00.950.340.66
HSL321.22º91.11%17.65%-
HSV(B)321.22º95.35%33.73%-
XYZ4.622.364.08-
YUV34.56140.67164.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 57 (22.66% from 255) = 38.78%
R=58.50%
G=2.72%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8645700.950.340.66321.2291.1117.65
Hex5643905F22421415b12
Octal12647101374210250113322
Binary1010110100111001010111111000101000010101000001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560439; }

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

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

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

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

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

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

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

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