#661169

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

Shades of Palatinate Purple #661169

Tints of Palatinate Purple #661169

Color information

#661169 (or 0x661169) is unknown color: approx Palatinate Purple. HEX triplet: 66, 11 and 69. RGB value is (102,17,105). Sum of RGB (Red+Green+Blue) = 102+17+105=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 17 (7.03% from 255 or 7.59% 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 #661169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661169 is #99EE96. Grayscale: #343434. Windows color (decimal): -10088087 or 6885734. OLE color: 6885734.

HSL color Cylindrical-coordinate representation of color #661169: hue angle of 297.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661169 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10217105-
CMYK0.030.8400.59
HSL297.95º72.13%23.92%-
HSV(B)297.95º83.81%41.18%-
XYZ8.234.2513.75-
YUV52.45157.66163.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=45.54%
G=7.59%
B=46.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102171050.030.8400.59297.9572.1323.92
Hex66116935403B12a4818
Octal14621151312407345211030
Binary11001101000111010011110101000111011100101010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661169; }

 p { color: rgb(102,17,105); }

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

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

 a { background-color: rgb(102,17,105); }

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

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

 span { border-color: rgb(102,17,105); }

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