#664998

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

Shades of Royal Purple #664998

Tints of Royal Purple #664998

Color information

#664998 (or 0x664998) is unknown color: approx Royal Purple. HEX triplet: 66, 49 and 98. RGB value is (102,73,152). Sum of RGB (Red+Green+Blue) = 102+73+152=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #664998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664998 is #99B667. Grayscale: #5A5A5A. Windows color (decimal): -10073704 or 9980262. OLE color: 9980262.

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

Color convert

RGB10273152-
CMYK0.330.5200.40
HSL262.03º35.11%44.12%-
HSV(B)262.03º51.97%59.61%-
XYZ13.539.8630.9-
YUV90.68162.61136.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 152 (59.77% from 255) = 46.48%
R=31.19%
G=22.32%
B=46.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102731520.330.5200.40262.0335.1144.12
Hex6649982134028106232c
Octal14611123041640504064354
Binary11001101001001100110001000011101000101000100000110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664998; }

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

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

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

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

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

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

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

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