#6632AA

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

Shades of Royal Purple #6632AA

Tints of Royal Purple #6632AA

Color information

#6632AA (or 0x6632AA) is unknown color: approx Royal Purple. HEX triplet: 66, 32 and AA. RGB value is (102,50,170). Sum of RGB (Red+Green+Blue) = 102+50+170=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #6632AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6632AA is #99CD55. Grayscale: #4E4E4E. Windows color (decimal): -10079574 or 11154022. OLE color: 11154022.

HSL color Cylindrical-coordinate representation of color #6632AA: hue angle of 266º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6632AA is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10250170-
CMYK0.40.7100.33
HSL266º54.55%43.14%-
HSV(B)266º70.59%66.67%-
XYZ13.888.0138.84-
YUV79.23179.23144.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.68%
GREEN value IS 50 (19.92% from 255) = 15.53%
BLUE value IS 170 (66.80% from 255) = 52.80%
R=31.68%
G=15.53%
B=52.80%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102501700.40.7100.3326654.5543.14
Hex6632AA284702110a372b
Octal14662252501070414126753
Binary11001101100101010101010100010001110100001100001010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6632AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6632AA; }

 p { color: rgb(102,50,170); }

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

<style>
 a { background-color: #6632AA; }

 a { background-color: rgb(102,50,170); }

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

<style>
 span { border-color: #6632AA; }

 span { border-color: rgb(102,50,170); }

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