#561450

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

Shades of Palatinate Purple #561450

Tints of Palatinate Purple #561450

Color information

#561450 (or 0x561450) is unknown color: approx Palatinate Purple. HEX triplet: 56, 14 and 50. RGB value is (86,20,80). Sum of RGB (Red+Green+Blue) = 86+20+80=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #561450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561450 is #A9EBAF. Grayscale: #2E2E2E. Windows color (decimal): -11135920 or 5248086. OLE color: 5248086.

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

Color convert

RGB862080-
CMYK00.770.070.66
HSL305.45º62.26%20.78%-
HSV(B)305.45º76.74%33.73%-
XYZ5.543.067.89-
YUV46.57146.87156.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.24%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=46.24%
G=10.75%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86208000.770.070.66305.4562.2620.78
Hex56145004D7421313e15
Octal12624120011571024617625
Binary101011010100101000001001101111100001010011000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561450; }

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

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

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

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

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

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

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

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