#56195A

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

Shades of Hot Purple #56195A

Tints of Hot Purple #56195A

Color information

#56195A (or 0x56195A) is unknown color: approx Hot Purple. HEX triplet: 56, 19 and 5A. RGB value is (86,25,90). Sum of RGB (Red+Green+Blue) = 86+25+90=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #56195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56195A is #A9E6A5. Grayscale: #323232. Windows color (decimal): -11134630 or 5904726. OLE color: 5904726.

HSL color Cylindrical-coordinate representation of color #56195A: hue angle of 296.31º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56195A is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB862590-
CMYK0.040.7200.65
HSL296.31º56.52%22.55%-
HSV(B)296.31º72.22%35.29%-
XYZ6.033.4110.01-
YUV50.65150.21153.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=42.79%
G=12.44%
B=44.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8625900.040.7200.65296.3156.5222.55
Hex56195A4480411283917
Octal12631132411001014507127
Binary101011011001101101010010010000100000110010100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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