#664898

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

Shades of Royal Purple #664898

Tints of Royal Purple #664898

Color information

#664898 (or 0x664898) is unknown color: approx Royal Purple. HEX triplet: 66, 48 and 98. RGB value is (102,72,152). Sum of RGB (Red+Green+Blue) = 102+72+152=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #664898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664898 is #99B767. Grayscale: #595959. Windows color (decimal): -10073960 or 9980006. OLE color: 9980006.

HSL color Cylindrical-coordinate representation of color #664898: hue angle of 262.5º 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 #664898 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10272152-
CMYK0.330.5300.40
HSL262.5º35.71%43.92%-
HSV(B)262.5º52.63%59.61%-
XYZ13.469.7330.87-
YUV90.09162.94136.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=31.29%
G=22.09%
B=46.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102721520.330.5300.40262.535.7143.92
Hex6648982135028106242c
Octal14611023041650504064454
Binary11001101001000100110001000011101010101000100000110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664898; }

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

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

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

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

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

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

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

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