#56255B

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

Shades of Hot Purple #56255B

Tints of Hot Purple #56255B

Color information

#56255B (or 0x56255B) is unknown color: approx Hot Purple. HEX triplet: 56, 25 and 5B. RGB value is (86,37,91). Sum of RGB (Red+Green+Blue) = 86+37+91=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #56255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56255B is #A9DAA4. Grayscale: #393939. Windows color (decimal): -11131557 or 5973334. OLE color: 5973334.

HSL color Cylindrical-coordinate representation of color #56255B: hue angle of 294.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56255B is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB863791-
CMYK0.050.5900.64
HSL294.44º42.19%25.1%-
HSV(B)294.44º59.34%35.69%-
XYZ6.394.0610.34-
YUV57.81146.73148.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=40.19%
G=17.29%
B=42.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8637910.050.5900.64294.4442.1925.1
Hex56255B53B0401262a19
Octal1264513357301004465231
Binary101011010010110110111011110110100000010010011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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