#560944

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

Shades of Tyrian Purple #560944

Tints of Tyrian Purple #560944

Color information

#560944 (or 0x560944) is unknown color: approx Tyrian Purple. HEX triplet: 56, 09 and 44. RGB value is (86,9,68). Sum of RGB (Red+Green+Blue) = 86+9+68=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #560944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560944 is #A9F6BB. Grayscale: #262626. Windows color (decimal): -11138748 or 4458838. OLE color: 4458838.

HSL color Cylindrical-coordinate representation of color #560944: hue angle of 314.03º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560944 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB86968-
CMYK00.900.210.66
HSL314.03º81.05%18.63%-
HSV(B)314.03º89.53%33.73%-
XYZ4.982.595.71-
YUV38.75144.51161.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=52.76%
G=5.52%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8696800.900.210.66314.0381.0518.63
Hex5694405A154213a5113
Octal1261110401322510247212123
Binary10101101001100010001011010101011000010100111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560944; }

 p { color: rgb(86,9,68); }

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

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

 a { background-color: rgb(86,9,68); }

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

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

 span { border-color: rgb(86,9,68); }

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