#560552

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

Shades of Tyrian Purple #560552

Tints of Tyrian Purple #560552

Color information

#560552 (or 0x560552) is unknown color: approx Tyrian Purple. HEX triplet: 56, 05 and 52. RGB value is (86,5,82). Sum of RGB (Red+Green+Blue) = 86+5+82=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #560552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560552 is #A9FAAD. Grayscale: #252525. Windows color (decimal): -11139758 or 5375318. OLE color: 5375318.

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

Color convert

RGB86582-
CMYK00.940.050.66
HSL302.96º89.01%17.84%-
HSV(B)302.96º94.19%33.73%-
XYZ5.422.78.22-
YUV38152.84162.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=49.71%
G=2.89%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8658200.940.050.66302.9689.0117.84
Hex5655205E54212f5912
Octal12651220136510245713122
Binary10101101011010010010111101011000010100101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560552; }

 p { color: rgb(86,5,82); }

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

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

 a { background-color: rgb(86,5,82); }

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

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

 span { border-color: rgb(86,5,82); }

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