#663AAC

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

Shades of Royal Purple #663AAC

Tints of Royal Purple #663AAC

Color information

#663AAC (or 0x663AAC) is unknown color: approx Royal Purple. HEX triplet: 66, 3A and AC. RGB value is (102,58,172). Sum of RGB (Red+Green+Blue) = 102+58+172=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #663AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663AAC is #99C553. Grayscale: #535353. Windows color (decimal): -10077524 or 11287142. OLE color: 11287142.

HSL color Cylindrical-coordinate representation of color #663AAC: hue angle of 263.16º degrees, saturation: 0.5, 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 #663AAC is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10258172-
CMYK0.410.6600.33
HSL263.16º49.57%45.1%-
HSV(B)263.16º66.28%67.45%-
XYZ14.448.8339.97-
YUV84.15177.58140.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 58 (23.05% from 255) = 17.47%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=30.72%
G=17.47%
B=51.81%

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
Decimal102581720.410.6600.33263.1649.5745.1
Hex663AAC2942021107322d
Octal14672254511020414076255
Binary11001101110101010110010100110000100100001100000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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