#56194F

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

Shades of Palatinate Purple #56194F

Tints of Palatinate Purple #56194F

Color information

#56194F (or 0x56194F) is unknown color: approx Palatinate Purple. HEX triplet: 56, 19 and 4F. RGB value is (86,25,79). Sum of RGB (Red+Green+Blue) = 86+25+79=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #56194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56194F is #A9E6B0. Grayscale: #313131. Windows color (decimal): -11134641 or 5183830. OLE color: 5183830.

HSL color Cylindrical-coordinate representation of color #56194F: hue angle of 306.89º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56194F is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB862579-
CMYK00.710.080.66
HSL306.89º54.95%21.76%-
HSV(B)306.89º70.93%33.73%-
XYZ5.63.247.73-
YUV49.4144.71154.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=45.26%
G=13.16%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86257900.710.080.66306.8954.9521.76
Hex56194F0478421333716
Octal126311170107101024636726
Binary1010110110011001111010001111000100001010011001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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