#56104E

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

Shades of Palatinate Purple #56104E

Tints of Palatinate Purple #56104E

Color information

#56104E (or 0x56104E) is unknown color: approx Palatinate Purple. HEX triplet: 56, 10 and 4E. RGB value is (86,16,78). Sum of RGB (Red+Green+Blue) = 86+16+78=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56104E is #A9EFB1. Grayscale: #2B2B2B. Windows color (decimal): -11136946 or 5115990. OLE color: 5115990.

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

Color convert

RGB861678-
CMYK00.810.090.66
HSL306.86º68.63%20%-
HSV(B)306.86º81.4%33.73%-
XYZ5.42.97.48-
YUV44147.19157.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.78%
GREEN value IS 16 (6.64% from 255) = 8.89%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=47.78%
G=8.89%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86167800.810.090.66306.8668.6320
Hex56104E0519421334514
Octal1262011601211110246310524
Binary10101101000010011100101000110011000010100110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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