#611D5B

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

Shades of Palatinate Purple #611D5B

Tints of Palatinate Purple #611D5B

Color information

#611D5B (or 0x611D5B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1D and 5B. RGB value is (97,29,91). Sum of RGB (Red+Green+Blue) = 97+29+91=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #611D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D5B is #9EE2A4. Grayscale: #383838. Windows color (decimal): -10412709 or 5971297. OLE color: 5971297.

HSL color Cylindrical-coordinate representation of color #611D5B: hue angle of 305.29º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D5B is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB972991-
CMYK00.700.060.62
HSL305.29º53.97%24.71%-
HSV(B)305.29º70.1%38.04%-
XYZ7.264.1810.32-
YUV56.4147.53156.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=44.70%
G=13.36%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97299100.700.060.62305.2953.9724.71
Hex611D5B04663E1313619
Octal1413513301066764616631
Binary11000011110110110110100011011011111010011000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,29,91); }

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

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

 a { background-color: rgb(97,29,91); }

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

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

 span { border-color: rgb(97,29,91); }

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