#661964

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

Shades of Palatinate Purple #661964

Tints of Palatinate Purple #661964

Color information

#661964 (or 0x661964) is unknown color: approx Palatinate Purple. HEX triplet: 66, 19 and 64. RGB value is (102,25,100). Sum of RGB (Red+Green+Blue) = 102+25+100=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #661964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661964 is #99E69B. Grayscale: #383838. Windows color (decimal): -10086044 or 6560102. OLE color: 6560102.

HSL color Cylindrical-coordinate representation of color #661964: hue angle of 301.56º 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 #661964 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10225100-
CMYK00.750.020.6
HSL301.56º60.63%24.9%-
HSV(B)301.56º75.49%40%-
XYZ8.134.4412.49-
YUV56.57152.51160.4-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1022510000.750.020.6301.5660.6324.9
Hex66196404B23C12e3d19
Octal1463114401132744567531
Binary1100110110011100100010010111011110010010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661964; }

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

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

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

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

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

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

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

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