#662763

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

Shades of Palatinate Purple #662763

Tints of Palatinate Purple #662763

Color information

#662763 (or 0x662763) is unknown color: approx Palatinate Purple. HEX triplet: 66, 27 and 63. RGB value is (102,39,99). Sum of RGB (Red+Green+Blue) = 102+39+99=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #662763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662763 is #99D89C. Grayscale: #404040. Windows color (decimal): -10082461 or 6498150. OLE color: 6498150.

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

Color convert

RGB1023999-
CMYK00.620.030.6
HSL302.86º44.68%27.65%-
HSV(B)302.86º61.76%40%-
XYZ8.465.1812.36-
YUV64.68147.37154.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=42.5%
G=16.25%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102399900.620.030.6302.8644.6827.65
Hex66276303E33C12f2d1c
Octal146471430763744575534
Binary1100110100111110001101111101111110010010111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662763; }

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

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

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

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

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

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

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

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