#611659

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

Shades of Palatinate Purple #611659

Tints of Palatinate Purple #611659

Color information

#611659 (or 0x611659) is unknown color: approx Palatinate Purple. HEX triplet: 61, 16 and 59. RGB value is (97,22,89). Sum of RGB (Red+Green+Blue) = 97+22+89=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #611659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611659 is #9EE9A6. Grayscale: #333333. Windows color (decimal): -10414503 or 5838433. OLE color: 5838433.

HSL color Cylindrical-coordinate representation of color #611659: hue angle of 306.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611659 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB972289-
CMYK00.770.080.62
HSL306.4º63.03%23.33%-
HSV(B)306.4º77.32%38.04%-
XYZ7.023.849.82-
YUV52.06148.85160.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 22 (8.98% from 255) = 10.58%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=46.63%
G=10.58%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97228900.770.080.62306.463.0323.33
Hex61165904D83E1323f17
Octal14126131011510764627727
Binary110000110110101100101001101100011111010011001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611659; }

 p { color: rgb(97,22,89); }

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

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

 a { background-color: rgb(97,22,89); }

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

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

 span { border-color: rgb(97,22,89); }

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