#561253

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

Shades of Palatinate Purple #561253

Tints of Palatinate Purple #561253

Color information

#561253 (or 0x561253) is unknown color: approx Palatinate Purple. HEX triplet: 56, 12 and 53. RGB value is (86,18,83). Sum of RGB (Red+Green+Blue) = 86+18+83=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #561253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561253 is #A9EDAC. Grayscale: #2D2D2D. Windows color (decimal): -11136429 or 5444182. OLE color: 5444182.

HSL color Cylindrical-coordinate representation of color #561253: hue angle of 302.65º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #561253 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB861883-
CMYK00.790.030.66
HSL302.65º65.38%20.39%-
HSV(B)302.65º79.07%33.73%-
XYZ5.623.048.47-
YUV45.74149.03156.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=45.99%
G=9.63%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86188300.790.030.66302.6565.3820.39
Hex56125304F34212f4114
Octal126221230117310245710124
Binary101011010010101001101001111111000010100101111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561253; }

 p { color: rgb(86,18,83); }

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

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

 a { background-color: rgb(86,18,83); }

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

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

 span { border-color: rgb(86,18,83); }

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