#56235E

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

Shades of Hot Purple #56235E

Tints of Hot Purple #56235E

Color information

#56235E (or 0x56235E) is unknown color: approx Hot Purple. HEX triplet: 56, 23 and 5E. RGB value is (86,35,94). Sum of RGB (Red+Green+Blue) = 86+35+94=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #56235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56235E is #A9DCA1. Grayscale: #383838. Windows color (decimal): -11132066 or 6169430. OLE color: 6169430.

HSL color Cylindrical-coordinate representation of color #56235E: hue angle of 291.86º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56235E is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB863594-
CMYK0.090.6300.63
HSL291.86º45.74%25.29%-
HSV(B)291.86º62.77%36.86%-
XYZ6.463.9911.02-
YUV56.98148.9148.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=40%
G=16.28%
B=43.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8635940.090.6300.63291.8645.7425.29
Hex56235E93F03F1242e19
Octal1264313611770774445631
Binary101011010001110111101001111111011111110010010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56235E; }

 p { color: rgb(86,35,94); }

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

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

 a { background-color: rgb(86,35,94); }

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

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

 span { border-color: rgb(86,35,94); }

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