#611E55

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

Shades of Palatinate Purple #611E55

Tints of Palatinate Purple #611E55

Color information

#611E55 (or 0x611E55) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1E and 55. RGB value is (97,30,85). Sum of RGB (Red+Green+Blue) = 97+30+85=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #611E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E55 is #9EE1AA. Grayscale: #383838. Windows color (decimal): -10412459 or 5578337. OLE color: 5578337.

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

Color convert

RGB973085-
CMYK00.690.120.62
HSL310.75º52.76%24.9%-
HSV(B)310.75º69.07%38.04%-
XYZ7.034.139.02-
YUV56.3144.2157.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 30 (12.11% from 255) = 14.15%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=45.75%
G=14.15%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97308500.690.120.62310.7552.7624.9
Hex611E55045C3E1373519
Octal14136125010514764676531
Binary110000111110101010101000101110011111010011011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,30,85); }

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

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

 a { background-color: rgb(97,30,85); }

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

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

 span { border-color: rgb(97,30,85); }

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