#561154

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

Shades of Palatinate Purple #561154

Tints of Palatinate Purple #561154

Color information

#561154 (or 0x561154) is unknown color: approx Palatinate Purple. HEX triplet: 56, 11 and 54. RGB value is (86,17,84). Sum of RGB (Red+Green+Blue) = 86+17+84=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #561154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561154 is #A9EEAB. Grayscale: #2D2D2D. Windows color (decimal): -11136684 or 5509462. OLE color: 5509462.

HSL color Cylindrical-coordinate representation of color #561154: hue angle of 301.74º 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 #561154 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB861784-
CMYK00.800.020.66
HSL301.74º66.99%20.2%-
HSV(B)301.74º80.23%33.73%-
XYZ5.643.028.67-
YUV45.27149.86157.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.99%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=45.99%
G=9.09%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86178400.800.020.66301.7466.9920.2
Hex56115405024212e4314
Octal126211240120210245610324
Binary101011010001101010001010000101000010100101110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561154; }

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

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

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

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

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

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

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

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