#7324A2

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

Shades of Royal Purple #7324A2

Tints of Royal Purple #7324A2

Color information

#7324A2 (or 0x7324A2) is unknown color: approx Royal Purple. HEX triplet: 73, 24 and A2. RGB value is (115,36,162). Sum of RGB (Red+Green+Blue) = 115+36+162=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #7324A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7324A2 is #8CDB5D. Grayscale: #494949. Windows color (decimal): -9231198 or 10626163. OLE color: 10626163.

HSL color Cylindrical-coordinate representation of color #7324A2: hue angle of 277.62º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7324A2 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11536162-
CMYK0.290.7800.36
HSL277.62º63.64%38.82%-
HSV(B)277.62º77.78%63.53%-
XYZ14.227.5234.88-
YUV73.98177.67157.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 36 (14.45% from 255) = 11.50%
BLUE value IS 162 (63.67% from 255) = 51.76%
R=36.74%
G=11.50%
B=51.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal115361620.290.7800.36277.6263.6438.82
Hex7324A21D4E0241164027
Octal163442423511604442610047
Binary11100111001001010001011101100111001001001000101101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7324A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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