#562F58

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

Shades of Hot Purple #562F58

Tints of Hot Purple #562F58

Color information

#562F58 (or 0x562F58) is unknown color: approx Hot Purple. HEX triplet: 56, 2F and 58. RGB value is (86,47,88). Sum of RGB (Red+Green+Blue) = 86+47+88=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #562F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562F58 is #A9D0A7. Grayscale: #3F3F3F. Windows color (decimal): -11129000 or 5779286. OLE color: 5779286.

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

Color convert

RGB864788-
CMYK0.020.4700.65
HSL297.07º30.37%26.47%-
HSV(B)297.07º46.59%34.51%-
XYZ6.624.729.79-
YUV63.33141.92144.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 47 (18.75% from 255) = 21.27%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=38.91%
G=21.27%
B=39.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8647880.020.4700.65297.0730.3726.47
Hex562F5822F0411291e1a
Octal1265713025701014513632
Binary1010110101111101100010101111010000011001010011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,47,88); }

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

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

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

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

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

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

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