#561750

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

Shades of Palatinate Purple #561750

Tints of Palatinate Purple #561750

Color information

#561750 (or 0x561750) is unknown color: approx Palatinate Purple. HEX triplet: 56, 17 and 50. RGB value is (86,23,80). Sum of RGB (Red+Green+Blue) = 86+23+80=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #561750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561750 is #A9E8AF. Grayscale: #303030. Windows color (decimal): -11135152 or 5248854. OLE color: 5248854.

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

Color convert

RGB862380-
CMYK00.730.070.66
HSL305.71º57.8%21.37%-
HSV(B)305.71º73.26%33.73%-
XYZ5.593.177.91-
YUV48.33145.87154.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 80 (31.64% from 255) = 42.33%
R=45.50%
G=12.17%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86238000.730.070.66305.7157.821.37
Hex5617500497421323a15
Octal12627120011171024627225
Binary101011010111101000001001001111100001010011001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561750; }

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

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

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

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

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

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

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

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