#561356

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

Shades of Hot Purple #561356

Tints of Hot Purple #561356

Color information

#561356 (or 0x561356) is unknown color: approx Hot Purple. HEX triplet: 56, 13 and 56. RGB value is (86,19,86). Sum of RGB (Red+Green+Blue) = 86+19+86=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #561356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561356 is #A9ECA9. Grayscale: #2E2E2E. Windows color (decimal): -11136170 or 5641046. OLE color: 5641046.

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

Color convert

RGB861986-
CMYK00.7800.66
HSL300º63.81%20.59%-
HSV(B)300º77.91%33.73%-
XYZ5.753.129.1-
YUV46.67150.2156.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=45.03%
G=9.95%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86198600.7800.6630063.8120.59
Hex56135604E04212c4015
Octal126231260116010245410025
Binary10101101001110101100100111001000010100101100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561356; }

 p { color: rgb(86,19,86); }

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

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

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

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

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

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

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