#56184E

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

Shades of Palatinate Purple #56184E

Tints of Palatinate Purple #56184E

Color information

#56184E (or 0x56184E) is unknown color: approx Palatinate Purple. HEX triplet: 56, 18 and 4E. RGB value is (86,24,78). Sum of RGB (Red+Green+Blue) = 86+24+78=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #56184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56184E is #A9E7B1. Grayscale: #303030. Windows color (decimal): -11134898 or 5118038. OLE color: 5118038.

HSL color Cylindrical-coordinate representation of color #56184E: hue angle of 307.74º 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 #56184E is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB862478-
CMYK00.720.090.66
HSL307.74º56.36%21.57%-
HSV(B)307.74º72.09%33.73%-
XYZ5.543.187.53-
YUV48.69144.54154.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.74%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=45.74%
G=12.77%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86247800.720.090.66307.7456.3621.57
Hex56184E0489421343816
Octal126301160110111024647026
Binary1010110110001001110010010001001100001010011010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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