#641366

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

Shades of Palatinate Purple #641366

Tints of Palatinate Purple #641366

Color information

#641366 (or 0x641366) is unknown color: approx Palatinate Purple. HEX triplet: 64, 13 and 66. RGB value is (100,19,102). Sum of RGB (Red+Green+Blue) = 100+19+102=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #641366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641366 is #9BEC99. Grayscale: #343434. Windows color (decimal): -10218650 or 6689636. OLE color: 6689636.

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

Color convert

RGB10019102-
CMYK0.020.8100.6
HSL298.55º68.6%23.73%-
HSV(B)298.55º81.37%40%-
XYZ7.894.1312.95-
YUV52.68155.84161.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=45.25%
G=8.60%
B=46.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100191020.020.8100.6298.5568.623.73
Hex64136625103C12b4518
Octal14423146212107445310530
Binary11001001001111001101010100010111100100101011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641366; }

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

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

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

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

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

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

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

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