#663164

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

Shades of Palatinate Purple #663164

Tints of Palatinate Purple #663164

Color information

#663164 (or 0x663164) is unknown color: approx Palatinate Purple. HEX triplet: 66, 31 and 64. RGB value is (102,49,100). Sum of RGB (Red+Green+Blue) = 102+49+100=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #663164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663164 is #99CE9B. Grayscale: #464646. Windows color (decimal): -10079900 or 6566246. OLE color: 6566246.

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

Color convert

RGB10249100-
CMYK00.520.020.6
HSL302.26º35.1%29.61%-
HSV(B)302.26º51.96%40%-
XYZ8.885.9412.74-
YUV70.66144.56150.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 100 (39.45% from 255) = 39.84%
R=40.64%
G=19.52%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1024910000.520.020.6302.2635.129.61
Hex66316403423C12e231e
Octal146611440642744564336
Binary1100110110001110010001101001011110010010111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663164; }

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

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

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

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

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

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

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

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