#611E51

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

Shades of Palatinate Purple #611E51

Tints of Palatinate Purple #611E51

Color information

#611E51 (or 0x611E51) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1E and 51. RGB value is (97,30,81). Sum of RGB (Red+Green+Blue) = 97+30+81=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #611E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E51 is #9EE1AE. Grayscale: #373737. Windows color (decimal): -10412463 or 5316193. OLE color: 5316193.

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

Color convert

RGB973081-
CMYK00.690.160.62
HSL314.33º52.76%24.9%-
HSV(B)314.33º69.07%38.04%-
XYZ6.884.068.21-
YUV55.85142.2157.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=46.63%
G=14.42%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97308100.690.160.62314.3352.7624.9
Hex611E51045103E13a3519
Octal14136121010520764726531
Binary1100001111101010001010001011000011111010011101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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