#7324AA

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

Shades of Royal Purple #7324AA

Tints of Royal Purple #7324AA

Color information

#7324AA (or 0x7324AA) is unknown color: approx Royal Purple. HEX triplet: 73, 24 and AA. RGB value is (115,36,170). Sum of RGB (Red+Green+Blue) = 115+36+170=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #7324AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7324AA is #8CDB55. Grayscale: #4A4A4A. Windows color (decimal): -9231190 or 11150451. OLE color: 11150451.

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

Color convert

RGB11536170-
CMYK0.320.7900.33
HSL275.37º65.05%40.39%-
HSV(B)275.37º78.82%66.67%-
XYZ14.967.8138.75-
YUV74.9181.67156.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=35.83%
G=11.21%
B=52.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal115361700.320.7900.33275.3765.0540.39
Hex7324AA204F0211134128
Octal163442524011704142310150
Binary111001110010010101010100000100111101000011000100111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7324AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,36,170); }

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

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

 a { background-color: rgb(115,36,170); }

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

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

 span { border-color: rgb(115,36,170); }

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