#662D64

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

Shades of Palatinate Purple #662D64

Tints of Palatinate Purple #662D64

Color information

#662D64 (or 0x662D64) is unknown color: approx Palatinate Purple. HEX triplet: 66, 2D and 64. RGB value is (102,45,100). Sum of RGB (Red+Green+Blue) = 102+45+100=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #662D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D64 is #99D29B. Grayscale: #444444. Windows color (decimal): -10080924 or 6565222. OLE color: 6565222.

HSL color Cylindrical-coordinate representation of color #662D64: hue angle of 302.11º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D64 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10245100-
CMYK00.560.020.6
HSL302.11º38.78%28.82%-
HSV(B)302.11º55.88%40%-
XYZ8.725.6212.68-
YUV68.31145.88152.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 100 (39.45% from 255) = 40.49%
R=41.30%
G=18.22%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1024510000.560.020.6302.1138.7828.82
Hex662D6403823C12e271d
Octal146551440702744564735
Binary1100110101101110010001110001011110010010111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D64; }

 p { color: rgb(102,45,100); }

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

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

 a { background-color: rgb(102,45,100); }

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

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

 span { border-color: rgb(102,45,100); }

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