#562756

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

Shades of Hot Purple #562756

Tints of Hot Purple #562756

Color information

#562756 (or 0x562756) is unknown color: approx Hot Purple. HEX triplet: 56, 27 and 56. RGB value is (86,39,86). Sum of RGB (Red+Green+Blue) = 86+39+86=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #562756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562756 is #A9D8A9. Grayscale: #3A3A3A. Windows color (decimal): -11131050 or 5646166. OLE color: 5646166.

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

Color convert

RGB863986-
CMYK00.5500.66
HSL300º37.6%24.51%-
HSV(B)300º54.65%33.73%-
XYZ6.244.19.27-
YUV58.41143.57147.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=40.76%
G=18.48%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86398600.5500.6630037.624.51
Hex56275603704212c2619
Octal1264712606701024544631
Binary1010110100111101011001101110100001010010110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562756; }

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

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

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

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

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

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

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

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