#660962

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

Shades of Palatinate Purple #660962

Tints of Palatinate Purple #660962

Color information

#660962 (or 0x660962) is unknown color: approx Palatinate Purple. HEX triplet: 66, 09 and 62. RGB value is (102,9,98). Sum of RGB (Red+Green+Blue) = 102+9+98=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #660962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660962 is #99F69D. Grayscale: #2E2E2E. Windows color (decimal): -10090142 or 6424934. OLE color: 6424934.

HSL color Cylindrical-coordinate representation of color #660962: hue angle of 302.58º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660962 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB102998-
CMYK00.910.040.6
HSL302.58º83.78%21.76%-
HSV(B)302.58º91.18%40%-
XYZ7.783.911.9-
YUV46.95156.81167.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=48.80%
G=4.31%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10299800.910.040.6302.5883.7821.76
Hex6696205B43C12f5416
Octal14611142013347445712426
Binary11001101001110001001011011100111100100101111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660962; }

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

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

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

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

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

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

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

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