#7532AA

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

Shades of Royal Purple #7532AA

Tints of Royal Purple #7532AA

Color information

#7532AA (or 0x7532AA) is unknown color: approx Royal Purple. HEX triplet: 75, 32 and AA. RGB value is (117,50,170). Sum of RGB (Red+Green+Blue) = 117+50+170=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #7532AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7532AA is #8ACD55. Grayscale: #535353. Windows color (decimal): -9096534 or 11154037. OLE color: 11154037.

HSL color Cylindrical-coordinate representation of color #7532AA: hue angle of 273.5º 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 #7532AA is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11750170-
CMYK0.310.7100.33
HSL273.5º54.55%43.14%-
HSV(B)273.5º70.59%66.67%-
XYZ15.738.9738.93-
YUV83.71176.7151.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 50 (19.92% from 255) = 14.84%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=34.72%
G=14.84%
B=50.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117501700.310.7100.33273.554.5543.14
Hex7532AA1F47021112372b
Octal16562252371070414226753
Binary1110101110010101010101111110001110100001100010010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7532AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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