#662163

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

Shades of Palatinate Purple #662163

Tints of Palatinate Purple #662163

Color information

#662163 (or 0x662163) is unknown color: approx Palatinate Purple. HEX triplet: 66, 21 and 63. RGB value is (102,33,99). Sum of RGB (Red+Green+Blue) = 102+33+99=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #662163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662163 is #99DE9C. Grayscale: #3C3C3C. Windows color (decimal): -10083997 or 6496614. OLE color: 6496614.

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

Color convert

RGB1023399-
CMYK00.680.030.6
HSL302.61º51.11%26.47%-
HSV(B)302.61º67.65%40%-
XYZ8.284.8112.3-
YUV61.16149.36157.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.59%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=43.59%
G=14.10%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102339900.680.030.6302.6151.1126.47
Hex66216304433C12f331a
Octal1464114301043744576332
Binary11001101000011100011010001001111110010010111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662163; }

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

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

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

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

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

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

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

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