#661669

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

Shades of Palatinate Purple #661669

Tints of Palatinate Purple #661669

Color information

#661669 (or 0x661669) is unknown color: approx Palatinate Purple. HEX triplet: 66, 16 and 69. RGB value is (102,22,105). Sum of RGB (Red+Green+Blue) = 102+22+105=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #661669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661669 is #99E996. Grayscale: #373737. Windows color (decimal): -10086807 or 6887014. OLE color: 6887014.

HSL color Cylindrical-coordinate representation of color #661669: hue angle of 297.83º 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 #661669 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10222105-
CMYK0.030.7900.59
HSL297.83º65.35%24.9%-
HSV(B)297.83º79.05%41.18%-
XYZ8.324.4213.78-
YUV55.38156161.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.54%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=44.54%
G=9.61%
B=45.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102221050.030.7900.59297.8365.3524.9
Hex66166934F03B12a4119
Octal14626151311707345210131
Binary11001101011011010011110011110111011100101010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661669; }

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

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

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

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

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

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

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

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