#663B9D

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

Shades of Royal Purple #663B9D

Tints of Royal Purple #663B9D

Color information

#663B9D (or 0x663B9D) is unknown color: approx Royal Purple. HEX triplet: 66, 3B and 9D. RGB value is (102,59,157). Sum of RGB (Red+Green+Blue) = 102+59+157=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #663B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663B9D is #99C462. Grayscale: #525252. Windows color (decimal): -10077283 or 10304358. OLE color: 10304358.

HSL color Cylindrical-coordinate representation of color #663B9D: hue angle of 266.33º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #663B9D is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10259157-
CMYK0.350.6200.38
HSL266.33º45.37%42.35%-
HSV(B)266.33º62.42%61.57%-
XYZ13.138.3932.83-
YUV83.03169.75141.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 59 (23.44% from 255) = 18.55%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=32.08%
G=18.55%
B=49.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102591570.350.6200.38266.3345.3742.35
Hex663B9D233E02610a2d2a
Octal1467323543760464125552
Binary1100110111011100111011000111111100100110100001010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,59,157); }

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

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

 a { background-color: rgb(102,59,157); }

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

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

 span { border-color: rgb(102,59,157); }

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