#664899

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

Shades of Royal Purple #664899

Tints of Royal Purple #664899

Color information

#664899 (or 0x664899) is unknown color: approx Royal Purple. HEX triplet: 66, 48 and 99. RGB value is (102,72,153). Sum of RGB (Red+Green+Blue) = 102+72+153=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #664899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664899 is #99B766. Grayscale: #595959. Windows color (decimal): -10073959 or 10045542. OLE color: 10045542.

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

Color convert

RGB10272153-
CMYK0.330.5300.4
HSL262.22º36%44.12%-
HSV(B)262.22º52.94%60%-
XYZ13.559.7631.31-
YUV90.2163.44136.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=31.19%
G=22.02%
B=46.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102721530.330.5300.4262.223644.12
Hex6648992135028106242c
Octal14611023141650504064454
Binary11001101001000100110011000011101010101000100000110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664899; }

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

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

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

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

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

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

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

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