#560352

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

Shades of Tyrian Purple #560352

Tints of Tyrian Purple #560352

Color information

#560352 (or 0x560352) is unknown color: approx Tyrian Purple. HEX triplet: 56, 03 and 52. RGB value is (86,3,82). Sum of RGB (Red+Green+Blue) = 86+3+82=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #560352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560352 is #A9FCAD. Grayscale: #242424. Windows color (decimal): -11140270 or 5374806. OLE color: 5374806.

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

Color convert

RGB86382-
CMYK00.970.050.66
HSL302.89º93.26%17.45%-
HSV(B)302.89º96.51%33.73%-
XYZ5.392.658.21-
YUV36.82153.5163.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=50.29%
G=1.75%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8638200.970.050.66302.8993.2617.45
Hex5635206154212f5d11
Octal12631220141510245713521
Binary1010110111010010011000011011000010100101111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560352; }

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

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

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

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

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

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

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

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