#561152

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

Shades of Palatinate Purple #561152

Tints of Palatinate Purple #561152

Color information

#561152 (or 0x561152) is unknown color: approx Palatinate Purple. HEX triplet: 56, 11 and 52. RGB value is (86,17,82). Sum of RGB (Red+Green+Blue) = 86+17+82=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #561152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561152 is #A9EEAD. Grayscale: #2C2C2C. Windows color (decimal): -11136686 or 5378390. OLE color: 5378390.

HSL color Cylindrical-coordinate representation of color #561152: hue angle of 303.48º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561152 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB861782-
CMYK00.800.050.66
HSL303.48º66.99%20.2%-
HSV(B)303.48º80.23%33.73%-
XYZ5.562.998.27-
YUV45.04148.86157.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=46.49%
G=9.19%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86178200.800.050.66303.4866.9920.2
Hex56115205054212f4314
Octal126211220120510245710324
Binary1010110100011010010010100001011000010100101111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561152; }

 p { color: rgb(86,17,82); }

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

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

 a { background-color: rgb(86,17,82); }

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

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

 span { border-color: rgb(86,17,82); }

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