#56195C

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

Shades of Hot Purple #56195C

Tints of Hot Purple #56195C

Color information

#56195C (or 0x56195C) is unknown color: approx Hot Purple. HEX triplet: 56, 19 and 5C. RGB value is (86,25,92). Sum of RGB (Red+Green+Blue) = 86+25+92=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #56195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56195C is #A9E6A3. Grayscale: #323232. Windows color (decimal): -11134628 or 6035798. OLE color: 6035798.

HSL color Cylindrical-coordinate representation of color #56195C: hue angle of 294.63º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56195C is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB862592-
CMYK0.070.7300.64
HSL294.63º57.26%22.94%-
HSV(B)294.63º72.83%36.08%-
XYZ6.123.4510.47-
YUV50.88151.21153.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 25 (10.16% from 255) = 12.32%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=42.36%
G=12.32%
B=45.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8625920.070.7300.64294.6357.2622.94
Hex56195C7490401273917
Octal12631134711101004477127
Binary101011011001101110011110010010100000010010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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