#641666

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

Shades of Palatinate Purple #641666

Tints of Palatinate Purple #641666

Color information

#641666 (or 0x641666) is unknown color: approx Palatinate Purple. HEX triplet: 64, 16 and 66. RGB value is (100,22,102). Sum of RGB (Red+Green+Blue) = 100+22+102=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #641666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641666 is #9BE999. Grayscale: #363636. Windows color (decimal): -10217882 or 6690404. OLE color: 6690404.

HSL color Cylindrical-coordinate representation of color #641666: hue angle of 298.5º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #641666 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10022102-
CMYK0.020.7800.6
HSL298.5º64.52%24.31%-
HSV(B)298.5º78.43%40%-
XYZ7.944.2412.97-
YUV54.44154.84160.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.64%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=44.64%
G=9.82%
B=45.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100221020.020.7800.6298.564.5224.31
Hex64166624E03C12a4118
Octal14426146211607445210130
Binary11001001011011001101010011100111100100101010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641666; }

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

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

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

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

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

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

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

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