#56134D

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

Shades of Palatinate Purple #56134D

Tints of Palatinate Purple #56134D

Color information

#56134D (or 0x56134D) is unknown color: approx Palatinate Purple. HEX triplet: 56, 13 and 4D. RGB value is (86,19,77). Sum of RGB (Red+Green+Blue) = 86+19+77=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56134D is #A9ECB2. Grayscale: #2D2D2D. Windows color (decimal): -11136179 or 5051222. OLE color: 5051222.

HSL color Cylindrical-coordinate representation of color #56134D: hue angle of 308.06º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56134D is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB861977-
CMYK00.780.100.66
HSL308.06º63.81%20.59%-
HSV(B)308.06º77.91%33.73%-
XYZ5.412.987.31-
YUV45.64145.7156.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=47.25%
G=10.44%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86197700.780.100.66308.0663.8120.59
Hex56134D04EA421344015
Octal1262311501161210246410025
Binary10101101001110011010100111010101000010100110100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56134D; }

 p { color: rgb(86,19,77); }

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

<style>
 a { background-color: #56134D; }

 a { background-color: rgb(86,19,77); }

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

<style>
 span { border-color: #56134D; }

 span { border-color: rgb(86,19,77); }

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