#611c56

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

Shades of Palatinate Purple #611C56

Tints of Palatinate Purple #611C56

Color information

#611C56 (or 0x611C56) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1C and 56. RGB value is (97,28,86). Sum of RGB (Red+Green+Blue) = 97+28+86=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #611C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611C56 is #9EE3A9. Grayscale: #373737. Windows color (decimal): -10412970 or 5643361. OLE color: 5643361.

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

Color convert

RGB972886-
CMYK00.710.110.62
HSL309.57º55.2%24.51%-
HSV(B)309.57º71.13%38.04%-
XYZ7.024.049.21-
YUV55.24145.36157.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=45.97%
G=13.27%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97288600.710.110.62309.5755.224.51
Hex611C56047B3E1363719
Octal14134126010713764666731
Binary110000111100101011001000111101111111010011011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611c56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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