#611669

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

Shades of Palatinate Purple #611669

Tints of Palatinate Purple #611669

Color information

#611669 (or 0x611669) is unknown color: approx Palatinate Purple. HEX triplet: 61, 16 and 69. RGB value is (97,22,105). Sum of RGB (Red+Green+Blue) = 97+22+105=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #611669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611669 is #9EE996. Grayscale: #353535. Windows color (decimal): -10414487 or 6887009. OLE color: 6887009.

HSL color Cylindrical-coordinate representation of color #611669: hue angle of 294.22º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611669 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9722105-
CMYK0.080.7900.59
HSL294.22º65.35%24.9%-
HSV(B)294.22º79.05%41.18%-
XYZ7.774.1413.75-
YUV53.89156.85158.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=43.30%
G=9.82%
B=46.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97221050.080.7900.59294.2265.3524.9
Hex61166984F03B1264119
Octal141261511011707344610131
Binary1100001101101101001100010011110111011100100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611669; }

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

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

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

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

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

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

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

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