#663BAC

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

Shades of Royal Purple #663BAC

Tints of Royal Purple #663BAC

Color information

#663BAC (or 0x663BAC) is unknown color: approx Royal Purple. HEX triplet: 66, 3B and AC. RGB value is (102,59,172). Sum of RGB (Red+Green+Blue) = 102+59+172=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #663BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663BAC is #99C453. Grayscale: #545454. Windows color (decimal): -10077268 or 11287398. OLE color: 11287398.

HSL color Cylindrical-coordinate representation of color #663BAC: hue angle of 262.83º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663BAC is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10259172-
CMYK0.410.6600.33
HSL262.83º48.92%45.29%-
HSV(B)262.83º65.7%67.45%-
XYZ14.498.9339.99-
YUV84.74177.25140.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=30.63%
G=17.72%
B=51.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102591720.410.6600.33262.8348.9245.29
Hex663BAC2942021107312d
Octal14673254511020414076155
Binary11001101110111010110010100110000100100001100000111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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