#56265F

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

Shades of Hot Purple #56265F

Tints of Hot Purple #56265F

Color information

#56265F (or 0x56265F) is unknown color: approx Hot Purple. HEX triplet: 56, 26 and 5F. RGB value is (86,38,95). Sum of RGB (Red+Green+Blue) = 86+38+95=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #56265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56265F is #A9D9A0. Grayscale: #3A3A3A. Windows color (decimal): -11131297 or 6235734. OLE color: 6235734.

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

Color convert

RGB863895-
CMYK0.090.6000.63
HSL290.53º42.86%26.08%-
HSV(B)290.53º60%37.25%-
XYZ6.64.1911.29-
YUV58.85148.4147.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 95 (37.5% from 255) = 43.38%
R=39.27%
G=17.35%
B=43.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8638950.090.6000.63290.5342.8626.08
Hex56265F93C03F1232b1a
Octal1264613711740774435332
Binary101011010011010111111001111100011111110010001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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