#611766

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

Shades of Palatinate Purple #611766

Tints of Palatinate Purple #611766

Color information

#611766 (or 0x611766) is unknown color: approx Palatinate Purple. HEX triplet: 61, 17 and 66. RGB value is (97,23,102). Sum of RGB (Red+Green+Blue) = 97+23+102=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #611766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611766 is #9EE899. Grayscale: #353535. Windows color (decimal): -10414234 or 6690657. OLE color: 6690657.

HSL color Cylindrical-coordinate representation of color #611766: hue angle of 296.2º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611766 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9723102-
CMYK0.050.7700.6
HSL296.2º63.2%24.51%-
HSV(B)296.2º77.45%40%-
XYZ7.634.1112.96-
YUV54.13155.02158.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 23 (9.38% from 255) = 10.36%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=43.69%
G=10.36%
B=45.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97231020.050.7700.6296.263.224.51
Hex61176654D03C1283f19
Octal1412714651150744507731
Binary11000011011111001101011001101011110010010100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611766; }

 p { color: rgb(97,23,102); }

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

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

 a { background-color: rgb(97,23,102); }

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

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

 span { border-color: rgb(97,23,102); }

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