#562859

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

Shades of Hot Purple #562859

Tints of Hot Purple #562859

Color information

#562859 (or 0x562859) is unknown color: approx Hot Purple. HEX triplet: 56, 28 and 59. RGB value is (86,40,89). Sum of RGB (Red+Green+Blue) = 86+40+89=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #562859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562859 is #A9D7A6. Grayscale: #3B3B3B. Windows color (decimal): -11130791 or 5843030. OLE color: 5843030.

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

Color convert

RGB864089-
CMYK0.030.5500.65
HSL296.33º37.98%25.29%-
HSV(B)296.33º55.06%34.9%-
XYZ6.44.229.93-
YUV59.34144.74147.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=40%
G=18.60%
B=41.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8640890.030.5500.65296.3337.9825.29
Hex5628593370411282619
Octal1265013136701014504631
Binary10101101010001011001111101110100000110010100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562859; }

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

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

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

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

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

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

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

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