#561454

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

Shades of Palatinate Purple #561454

Tints of Palatinate Purple #561454

Color information

#561454 (or 0x561454) is unknown color: approx Palatinate Purple. HEX triplet: 56, 14 and 54. RGB value is (86,20,84). Sum of RGB (Red+Green+Blue) = 86+20+84=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #561454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561454 is #A9EBAB. Grayscale: #2E2E2E. Windows color (decimal): -11135916 or 5510230. OLE color: 5510230.

HSL color Cylindrical-coordinate representation of color #561454: hue angle of 301.82º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561454 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB862084-
CMYK00.770.020.66
HSL301.82º62.26%20.78%-
HSV(B)301.82º76.74%33.73%-
XYZ5.693.128.69-
YUV47.03148.87155.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=45.26%
G=10.53%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86208400.770.020.66301.8262.2620.78
Hex56145404D24212e3e15
Octal12624124011521024567625
Binary10101101010010101000100110110100001010010111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561454; }

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

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

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

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

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

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

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

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