#664098

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

Shades of Royal Purple #664098

Tints of Royal Purple #664098

Color information

#664098 (or 0x664098) is unknown color: approx Royal Purple. HEX triplet: 66, 40 and 98. RGB value is (102,64,152). Sum of RGB (Red+Green+Blue) = 102+64+152=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #664098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664098 is #99BF67. Grayscale: #555555. Windows color (decimal): -10076008 or 9977958. OLE color: 9977958.

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

Color convert

RGB10264152-
CMYK0.330.5800.40
HSL265.91º40.74%42.35%-
HSV(B)265.91º57.89%59.61%-
XYZ12.988.7630.71-
YUV85.39165.59139.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 152 (59.77% from 255) = 47.80%
R=32.08%
G=20.13%
B=47.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102641520.330.5800.40265.9140.7442.35
Hex664098213A02810a292a
Octal14610023041720504125152
Binary11001101000000100110001000011110100101000100001010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664098; }

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

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

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

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

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

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

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

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