#56285F

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

Shades of Hot Purple #56285F

Tints of Hot Purple #56285F

Color information

#56285F (or 0x56285F) is unknown color: approx Hot Purple. HEX triplet: 56, 28 and 5F. RGB value is (86,40,95). Sum of RGB (Red+Green+Blue) = 86+40+95=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #56285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56285F is #A9D7A0. Grayscale: #3B3B3B. Windows color (decimal): -11130785 or 6236246. OLE color: 6236246.

HSL color Cylindrical-coordinate representation of color #56285F: hue angle of 290.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56285F is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB864095-
CMYK0.090.5800.63
HSL290.18º40.74%26.47%-
HSV(B)290.18º57.89%37.25%-
XYZ6.664.3211.31-
YUV60.02147.74146.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.91%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=38.91%
G=18.10%
B=42.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8640950.090.5800.63290.1840.7426.47
Hex56285F93A03F122291a
Octal1265013711720774425132
Binary101011010100010111111001111010011111110010001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56285F; }

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

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

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

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

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

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

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

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