#662653

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

Shades of Palatinate Purple #662653

Tints of Palatinate Purple #662653

Color information

#662653 (or 0x662653) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 53. RGB value is (102,38,83). Sum of RGB (Red+Green+Blue) = 102+38+83=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #662653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662653 is #99D9AC. Grayscale: #3E3E3E. Windows color (decimal): -10082733 or 5449318. OLE color: 5449318.

HSL color Cylindrical-coordinate representation of color #662653: hue angle of 317.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662653 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB1023883-
CMYK00.630.190.6
HSL317.81º45.71%27.45%-
HSV(B)317.81º62.75%40%-
XYZ7.734.848.71-
YUV62.27139.7156.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=45.74%
G=17.04%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102388300.630.190.6317.8145.7127.45
Hex66265303F133C13e2e1b
Octal1464612307723744765633
Binary1100110100110101001101111111001111110010011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662653; }

 p { color: rgb(102,38,83); }

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

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

 a { background-color: rgb(102,38,83); }

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

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

 span { border-color: rgb(102,38,83); }

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