#56184F

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

Shades of Palatinate Purple #56184F

Tints of Palatinate Purple #56184F

Color information

#56184F (or 0x56184F) is unknown color: approx Palatinate Purple. HEX triplet: 56, 18 and 4F. RGB value is (86,24,79). Sum of RGB (Red+Green+Blue) = 86+24+79=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #56184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56184F is #A9E7B0. Grayscale: #303030. Windows color (decimal): -11134897 or 5183574. OLE color: 5183574.

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

Color convert

RGB862479-
CMYK00.720.080.66
HSL306.77º56.36%21.57%-
HSV(B)306.77º72.09%33.73%-
XYZ5.583.27.72-
YUV48.81145.04154.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=45.50%
G=12.70%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86247900.720.080.66306.7756.3621.57
Hex56184F0488421333816
Octal126301170110101024637026
Binary1010110110001001111010010001000100001010011001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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