#56174E

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

Shades of Palatinate Purple #56174E

Tints of Palatinate Purple #56174E

Color information

#56174E (or 0x56174E) is unknown color: approx Palatinate Purple. HEX triplet: 56, 17 and 4E. RGB value is (86,23,78). Sum of RGB (Red+Green+Blue) = 86+23+78=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #56174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56174E is #A9E8B1. Grayscale: #2F2F2F. Windows color (decimal): -11135154 or 5117782. OLE color: 5117782.

HSL color Cylindrical-coordinate representation of color #56174E: hue angle of 307.62º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56174E is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB862378-
CMYK00.730.090.66
HSL307.62º57.8%21.37%-
HSV(B)307.62º73.26%33.73%-
XYZ5.523.147.52-
YUV48.11144.87155.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=45.99%
G=12.30%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86237800.730.090.66307.6257.821.37
Hex56174E0499421343a15
Octal126271160111111024647225
Binary1010110101111001110010010011001100001010011010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56174E; }

 p { color: rgb(86,23,78); }

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

<style>
 a { background-color: #56174E; }

 a { background-color: rgb(86,23,78); }

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

<style>
 span { border-color: #56174E; }

 span { border-color: rgb(86,23,78); }

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