#662063

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

Shades of Palatinate Purple #662063

Tints of Palatinate Purple #662063

Color information

#662063 (or 0x662063) is unknown color: approx Palatinate Purple. HEX triplet: 66, 20 and 63. RGB value is (102,32,99). Sum of RGB (Red+Green+Blue) = 102+32+99=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #662063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662063 is #99DF9C. Grayscale: #3C3C3C. Windows color (decimal): -10084253 or 6496358. OLE color: 6496358.

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

Color convert

RGB1023299-
CMYK00.690.030.6
HSL302.57º52.24%26.27%-
HSV(B)302.57º68.63%40%-
XYZ8.254.7612.29-
YUV60.57149.69157.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.78%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 99 (39.06% from 255) = 42.49%
R=43.78%
G=13.73%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102329900.690.030.6302.5752.2426.27
Hex66206304533C12f341a
Octal1464014301053744576432
Binary11001101000001100011010001011111110010010111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662063; }

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

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

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

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

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

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

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

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