#611A51

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

Shades of Palatinate Purple #611A51

Tints of Palatinate Purple #611A51

Color information

#611A51 (or 0x611A51) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1A and 51. RGB value is (97,26,81). Sum of RGB (Red+Green+Blue) = 97+26+81=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #611A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A51 is #9EE5AE. Grayscale: #353535. Windows color (decimal): -10413487 or 5315169. OLE color: 5315169.

HSL color Cylindrical-coordinate representation of color #611A51: hue angle of 313.52º 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 #611A51 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB972681-
CMYK00.730.160.62
HSL313.52º57.72%24.12%-
HSV(B)313.52º73.2%38.04%-
XYZ6.783.878.17-
YUV53.5143.52159.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 26 (10.55% from 255) = 12.75%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=47.55%
G=12.75%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97268100.730.160.62313.5257.7224.12
Hex611A51049103E13a3a18
Octal14132121011120764727230
Binary1100001110101010001010010011000011111010011101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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