#561652

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

Shades of Palatinate Purple #561652

Tints of Palatinate Purple #561652

Color information

#561652 (or 0x561652) is unknown color: approx Palatinate Purple. HEX triplet: 56, 16 and 52. RGB value is (86,22,82). Sum of RGB (Red+Green+Blue) = 86+22+82=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #561652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561652 is #A9E9AD. Grayscale: #2F2F2F. Windows color (decimal): -11135406 or 5379670. OLE color: 5379670.

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

Color convert

RGB862282-
CMYK00.740.050.66
HSL303.75º59.26%21.18%-
HSV(B)303.75º74.42%33.73%-
XYZ5.653.168.3-
YUV47.98147.2155.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=45.26%
G=11.58%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86228200.740.050.66303.7559.2621.18
Hex56165204A5421303b15
Octal12626122011251024607325
Binary101011010110101001001001010101100001010011000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561652; }

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

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

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

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

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

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

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

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