#611A56

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

Shades of Palatinate Purple #611A56

Tints of Palatinate Purple #611A56

Color information

#611A56 (or 0x611A56) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1A and 56. RGB value is (97,26,86). Sum of RGB (Red+Green+Blue) = 97+26+86=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #611A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A56 is #9EE5A9. Grayscale: #353535. Windows color (decimal): -10413482 or 5642849. OLE color: 5642849.

HSL color Cylindrical-coordinate representation of color #611A56: hue angle of 309.3º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A56 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB972686-
CMYK00.730.110.62
HSL309.3º57.72%24.12%-
HSV(B)309.3º73.2%38.04%-
XYZ6.983.959.2-
YUV54.07146.02158.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=46.41%
G=12.44%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97268600.730.110.62309.357.7224.12
Hex611A56049B3E1353a18
Octal14132126011113764657230
Binary110000111010101011001001001101111111010011010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A56; }

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

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

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

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

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

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

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

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