#611656

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

Shades of Palatinate Purple #611656

Tints of Palatinate Purple #611656

Color information

#611656 (or 0x611656) is unknown color: approx Palatinate Purple. HEX triplet: 61, 16 and 56. RGB value is (97,22,86). Sum of RGB (Red+Green+Blue) = 97+22+86=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611656 is #9EE9A9. Grayscale: #333333. Windows color (decimal): -10414506 or 5641825. OLE color: 5641825.

HSL color Cylindrical-coordinate representation of color #611656: hue angle of 308.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611656 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB972286-
CMYK00.770.110.62
HSL308.8º63.03%23.33%-
HSV(B)308.8º77.32%38.04%-
XYZ6.93.799.17-
YUV51.72147.35160.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=47.32%
G=10.73%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97228600.770.110.62308.863.0323.33
Hex61165604DB3E1353f17
Octal14126126011513764657727
Binary110000110110101011001001101101111111010011010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611656; }

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

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

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

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

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

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

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

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