#662963

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

Shades of Palatinate Purple #662963

Tints of Palatinate Purple #662963

Color information

#662963 (or 0x662963) is unknown color: approx Palatinate Purple. HEX triplet: 66, 29 and 63. RGB value is (102,41,99). Sum of RGB (Red+Green+Blue) = 102+41+99=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #662963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662963 is #99D69C. Grayscale: #414141. Windows color (decimal): -10081949 or 6498662. OLE color: 6498662.

HSL color Cylindrical-coordinate representation of color #662963: hue angle of 302.95º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #662963 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1024199-
CMYK00.600.030.6
HSL302.95º42.66%28.04%-
HSV(B)302.95º59.8%40%-
XYZ8.525.3112.38-
YUV65.85146.71153.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=42.15%
G=16.94%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102419900.600.030.6302.9542.6628.04
Hex66296303C33C12f2b1c
Octal146511430743744575334
Binary1100110101001110001101111001111110010010111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662963; }

 p { color: rgb(102,41,99); }

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

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

 a { background-color: rgb(102,41,99); }

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

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

 span { border-color: rgb(102,41,99); }

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