#560252

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

Shades of Tyrian Purple #560252

Tints of Tyrian Purple #560252

Color information

#560252 (or 0x560252) is unknown color: approx Tyrian Purple. HEX triplet: 56, 02 and 52. RGB value is (86,2,82). Sum of RGB (Red+Green+Blue) = 86+2+82=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #560252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560252 is #A9FDAD. Grayscale: #242424. Windows color (decimal): -11140526 or 5374550. OLE color: 5374550.

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

Color convert

RGB86282-
CMYK00.980.050.66
HSL302.86º95.45%17.25%-
HSV(B)302.86º97.67%33.73%-
XYZ5.382.638.21-
YUV36.24153.83163.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 82 (32.42% from 255) = 48.24%
R=50.59%
G=1.18%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8628200.980.050.66302.8695.4517.25
Hex5625206254212f5f11
Octal12621220142510245713721
Binary1010110101010010011000101011000010100101111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560252; }

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

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

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

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

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

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

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

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