#641266

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

Shades of Palatinate Purple #641266

Tints of Palatinate Purple #641266

Color information

#641266 (or 0x641266) is unknown color: approx Palatinate Purple. HEX triplet: 64, 12 and 66. RGB value is (100,18,102). Sum of RGB (Red+Green+Blue) = 100+18+102=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #641266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641266 is #9BED99. Grayscale: #333333. Windows color (decimal): -10218906 or 6689380. OLE color: 6689380.

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

Color convert

RGB10018102-
CMYK0.020.8200.6
HSL298.57º70%23.53%-
HSV(B)298.57º82.35%40%-
XYZ7.874.112.95-
YUV52.09156.17162.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=45.45%
G=8.18%
B=46.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100181020.020.8200.6298.577023.53
Hex64126625203C12b4618
Octal14422146212207445310630
Binary11001001001011001101010100100111100100101011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641266; }

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

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

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

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

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

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

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

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