#562B59

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

Shades of Hot Purple #562B59

Tints of Hot Purple #562B59

Color information

#562B59 (or 0x562B59) is unknown color: approx Hot Purple. HEX triplet: 56, 2B and 59. RGB value is (86,43,89). Sum of RGB (Red+Green+Blue) = 86+43+89=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #562B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562B59 is #A9D4A6. Grayscale: #3C3C3C. Windows color (decimal): -11130023 or 5843798. OLE color: 5843798.

HSL color Cylindrical-coordinate representation of color #562B59: hue angle of 296.09º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #562B59 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB864389-
CMYK0.030.5200.65
HSL296.09º34.85%25.88%-
HSV(B)296.09º51.69%34.9%-
XYZ6.54.439.96-
YUV61.1143.75145.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 43 (17.19% from 255) = 19.72%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=39.45%
G=19.72%
B=40.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8643890.030.5200.65296.0934.8525.88
Hex562B59334041128231a
Octal1265313136401014504332
Binary10101101010111011001111101000100000110010100010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562B59; }

 p { color: rgb(86,43,89); }

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

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

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

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

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

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

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