#562458

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

Shades of Hot Purple #562458

Tints of Hot Purple #562458

Color information

#562458 (or 0x562458) is unknown color: approx Hot Purple. HEX triplet: 56, 24 and 58. RGB value is (86,36,88). Sum of RGB (Red+Green+Blue) = 86+36+88=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #562458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562458 is #A9DBA7. Grayscale: #383838. Windows color (decimal): -11131816 or 5776470. OLE color: 5776470.

HSL color Cylindrical-coordinate representation of color #562458: hue angle of 297.69º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #562458 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB863688-
CMYK0.020.5900.65
HSL297.69º41.94%24.31%-
HSV(B)297.69º59.09%34.51%-
XYZ6.233.949.67-
YUV56.88145.56148.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=40.95%
G=17.14%
B=41.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8636880.020.5900.65297.6941.9424.31
Hex56245823B04112a2a18
Octal1264413027301014525230
Binary10101101001001011000101110110100000110010101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562458; }

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

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

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

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

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

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

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

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