#611A60

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

Shades of Palatinate Purple #611A60

Tints of Palatinate Purple #611A60

Color information

#611A60 (or 0x611A60) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1A and 60. RGB value is (97,26,96). Sum of RGB (Red+Green+Blue) = 97+26+96=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #611A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A60 is #9EE59F. Grayscale: #373737. Windows color (decimal): -10413472 or 6298209. OLE color: 6298209.

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

Color convert

RGB972696-
CMYK00.730.010.62
HSL300.85º57.72%24.12%-
HSV(B)300.85º73.2%38.04%-
XYZ7.414.1211.47-
YUV55.21151.02157.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=44.29%
G=11.87%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97269600.730.010.62300.8557.7224.12
Hex611A6004913E12d3a18
Octal1413214001111764557230
Binary110000111010110000001001001111111010010110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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