#641966

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

Shades of Palatinate Purple #641966

Tints of Palatinate Purple #641966

Color information

#641966 (or 0x641966) is unknown color: approx Palatinate Purple. HEX triplet: 64, 19 and 66. RGB value is (100,25,102). Sum of RGB (Red+Green+Blue) = 100+25+102=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #641966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641966 is #9BE699. Grayscale: #373737. Windows color (decimal): -10217114 or 6691172. OLE color: 6691172.

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

Color convert

RGB10025102-
CMYK0.020.7500.6
HSL298.44º60.63%24.9%-
HSV(B)298.44º75.49%40%-
XYZ84.3612.99-
YUV56.2153.85159.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=44.05%
G=11.01%
B=44.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100251020.020.7500.6298.4460.6324.9
Hex64196624B03C12a3d19
Octal1443114621130744527531
Binary1100100110011100110101001011011110010010101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641966; }

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

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

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

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

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

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

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

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