#664996

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

Shades of Royal Purple #664996

Tints of Royal Purple #664996

Color information

#664996 (or 0x664996) is unknown color: approx Royal Purple. HEX triplet: 66, 49 and 96. RGB value is (102,73,150). Sum of RGB (Red+Green+Blue) = 102+73+150=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #664996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664996 is #99B669. Grayscale: #5A5A5A. Windows color (decimal): -10073706 or 9849190. OLE color: 9849190.

HSL color Cylindrical-coordinate representation of color #664996: hue angle of 262.6º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664996 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10273150-
CMYK0.320.5100.41
HSL262.6º34.53%43.73%-
HSV(B)262.6º51.33%58.82%-
XYZ13.379.7930.04-
YUV90.45161.61136.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=31.38%
G=22.46%
B=46.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102731500.320.5100.41262.634.5343.73
Hex6649962033029107232c
Octal14611122640630514074354
Binary11001101001001100101101000001100110101001100000111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664996; }

 p { color: rgb(102,73,150); }

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

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

 a { background-color: rgb(102,73,150); }

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

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

 span { border-color: rgb(102,73,150); }

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