#56255D

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

Shades of Hot Purple #56255D

Tints of Hot Purple #56255D

Color information

#56255D (or 0x56255D) is unknown color: approx Hot Purple. HEX triplet: 56, 25 and 5D. RGB value is (86,37,93). Sum of RGB (Red+Green+Blue) = 86+37+93=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #56255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56255D is #A9DAA2. Grayscale: #393939. Windows color (decimal): -11131555 or 6104406. OLE color: 6104406.

HSL color Cylindrical-coordinate representation of color #56255D: hue angle of 292.5º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56255D is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB863793-
CMYK0.080.6000.64
HSL292.5º43.08%25.49%-
HSV(B)292.5º60.22%36.47%-
XYZ6.484.0910.8-
YUV58.04147.73147.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=39.81%
G=17.13%
B=43.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8637930.080.6000.64292.543.0825.49
Hex56255D83C0401242b19
Octal12645135107401004445331
Binary1010110100101101110110001111000100000010010010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56255D; }

 p { color: rgb(86,37,93); }

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

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

 a { background-color: rgb(86,37,93); }

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

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

 span { border-color: rgb(86,37,93); }

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