#663E99

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

Shades of Royal Purple #663E99

Tints of Royal Purple #663E99

Color information

#663E99 (or 0x663E99) is unknown color: approx Royal Purple. HEX triplet: 66, 3E and 99. RGB value is (102,62,153). Sum of RGB (Red+Green+Blue) = 102+62+153=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #663E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663E99 is #99C166. Grayscale: #545454. Windows color (decimal): -10076519 or 10042982. OLE color: 10042982.

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

Color convert

RGB10262153-
CMYK0.330.5900.4
HSL266.37º42.33%42.16%-
HSV(B)266.37º59.48%60%-
XYZ12.958.5731.11-
YUV84.33166.75140.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=32.18%
G=19.56%
B=48.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102621530.330.5900.4266.3742.3342.16
Hex663E99213B02810a2a2a
Octal1467623141730504125252
Binary1100110111110100110011000011110110101000100001010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663E99; }

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

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

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

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

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

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

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

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