#56195F

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

Shades of Hot Purple #56195F

Tints of Hot Purple #56195F

Color information

#56195F (or 0x56195F) is unknown color: approx Hot Purple. HEX triplet: 56, 19 and 5F. RGB value is (86,25,95). Sum of RGB (Red+Green+Blue) = 86+25+95=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #56195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56195F is #A9E6A0. Grayscale: #333333. Windows color (decimal): -11134625 or 6232406. OLE color: 6232406.

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

Color convert

RGB862595-
CMYK0.090.7400.63
HSL292.29º58.33%23.53%-
HSV(B)292.29º73.68%37.25%-
XYZ6.253.511.17-
YUV51.22152.71152.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=41.75%
G=12.14%
B=46.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8625950.090.7400.63292.2958.3323.53
Hex56195F94A03F1243a18
Octal12631137111120774447230
Binary101011011001101111110011001010011111110010010011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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