#611A52

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

Shades of Palatinate Purple #611A52

Tints of Palatinate Purple #611A52

Color information

#611A52 (or 0x611A52) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1A and 52. RGB value is (97,26,82). Sum of RGB (Red+Green+Blue) = 97+26+82=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #611A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A52 is #9EE5AD. Grayscale: #353535. Windows color (decimal): -10413486 or 5380705. OLE color: 5380705.

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

Color convert

RGB972682-
CMYK00.730.150.62
HSL312.68º57.72%24.12%-
HSV(B)312.68º73.2%38.04%-
XYZ6.823.898.37-
YUV53.61144.02158.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.32%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 82 (32.42% from 255) = 40%
R=47.32%
G=12.68%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97268200.730.150.62312.6857.7224.12
Hex611A52049F3E1393a18
Octal14132122011117764717230
Binary110000111010101001001001001111111111010011100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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