#662662

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

Shades of Palatinate Purple #662662

Tints of Palatinate Purple #662662

Color information

#662662 (or 0x662662) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 62. RGB value is (102,38,98). Sum of RGB (Red+Green+Blue) = 102+38+98=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #662662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662662 is #99D99D. Grayscale: #3F3F3F. Windows color (decimal): -10082718 or 6432358. OLE color: 6432358.

HSL color Cylindrical-coordinate representation of color #662662: hue angle of 303.75º 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 #662662 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB1023898-
CMYK00.630.040.6
HSL303.75º45.71%27.45%-
HSV(B)303.75º62.75%40%-
XYZ8.385.0912.1-
YUV63.98147.2155.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=42.86%
G=15.97%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102389800.630.040.6303.7545.7127.45
Hex66266203F43C1302e1b
Octal146461420774744605633
Binary11001101001101100010011111110011110010011000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662662; }

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

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

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

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

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

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

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

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