#663EAE

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

Shades of Royal Purple #663EAE

Tints of Royal Purple #663EAE

Color information

#663EAE (or 0x663EAE) is unknown color: approx Royal Purple. HEX triplet: 66, 3E and AE. RGB value is (102,62,174). Sum of RGB (Red+Green+Blue) = 102+62+174=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #663EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663EAE is #99C151. Grayscale: #565656. Windows color (decimal): -10076498 or 11419238. OLE color: 11419238.

HSL color Cylindrical-coordinate representation of color #663EAE: hue angle of 261.43º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663EAE is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10262174-
CMYK0.410.6400.32
HSL261.43º47.46%46.27%-
HSV(B)261.43º64.37%68.24%-
XYZ14.849.3341.06-
YUV86.73177.25138.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 62 (24.61% from 255) = 18.34%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=30.18%
G=18.34%
B=51.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102621740.410.6400.32261.4347.4646.27
Hex663EAE29400201052f2e
Octal14676256511000404055756
Binary11001101111101010111010100110000000100000100000101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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