#56195B

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

Shades of Hot Purple #56195B

Tints of Hot Purple #56195B

Color information

#56195B (or 0x56195B) is unknown color: approx Hot Purple. HEX triplet: 56, 19 and 5B. RGB value is (86,25,91). Sum of RGB (Red+Green+Blue) = 86+25+91=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #56195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56195B is #A9E6A4. Grayscale: #323232. Windows color (decimal): -11134629 or 5970262. OLE color: 5970262.

HSL color Cylindrical-coordinate representation of color #56195B: hue angle of 295.45º 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 #56195B is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB862591-
CMYK0.050.7300.64
HSL295.45º56.9%22.75%-
HSV(B)295.45º72.53%35.69%-
XYZ6.073.4310.24-
YUV50.76150.71153.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=42.57%
G=12.38%
B=45.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8625910.050.7300.64295.4556.922.75
Hex56195B5490401273917
Octal12631133511101004477127
Binary101011011001101101110110010010100000010010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56195B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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