#7521A9

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

Shades of Royal Purple #7521A9

Tints of Royal Purple #7521A9

Color information

#7521A9 (or 0x7521A9) is unknown color: approx Royal Purple. HEX triplet: 75, 21 and A9. RGB value is (117,33,169). Sum of RGB (Red+Green+Blue) = 117+33+169=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #7521A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7521A9 is #8ADE56. Grayscale: #494949. Windows color (decimal): -9100887 or 11084149. OLE color: 11084149.

HSL color Cylindrical-coordinate representation of color #7521A9: hue angle of 277.06º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7521A9 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11733169-
CMYK0.310.8000.34
HSL277.06º67.33%39.61%-
HSV(B)277.06º80.47%66.27%-
XYZ15.047.7338.24-
YUV73.62181.83158.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 33 (13.28% from 255) = 10.34%
BLUE value IS 169 (66.41% from 255) = 52.98%
R=36.68%
G=10.34%
B=52.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal117331690.310.8000.34277.0667.3339.61
Hex7521A91F500221154328
Octal165412513712004242510350
Binary11101011000011010100111111101000001000101000101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7521A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7521A9; }

 p { color: rgb(117,33,169); }

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

<style>
 a { background-color: #7521A9; }

 a { background-color: rgb(117,33,169); }

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

<style>
 span { border-color: #7521A9; }

 span { border-color: rgb(117,33,169); }

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