#664099

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

Shades of Royal Purple #664099

Tints of Royal Purple #664099

Color information

#664099 (or 0x664099) is unknown color: approx Royal Purple. HEX triplet: 66, 40 and 99. RGB value is (102,64,153). Sum of RGB (Red+Green+Blue) = 102+64+153=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #664099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664099 is #99BF66. Grayscale: #555555. Windows color (decimal): -10076007 or 10043494. OLE color: 10043494.

HSL color Cylindrical-coordinate representation of color #664099: hue angle of 265.62º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #664099 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10264153-
CMYK0.330.5800.4
HSL265.62º41.01%42.55%-
HSV(B)265.62º58.17%60%-
XYZ13.068.7931.15-
YUV85.51166.09139.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 153 (60.16% from 255) = 47.96%
R=31.97%
G=20.06%
B=47.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102641530.330.5800.4265.6241.0142.55
Hex664099213A02810a292b
Octal14610023141720504125153
Binary11001101000000100110011000011110100101000100001010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664099; }

 p { color: rgb(102,64,153); }

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

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

 a { background-color: rgb(102,64,153); }

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

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

 span { border-color: rgb(102,64,153); }

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