#7324A3

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

Shades of Royal Purple #7324A3

Tints of Royal Purple #7324A3

Color information

#7324A3 (or 0x7324A3) is unknown color: approx Royal Purple. HEX triplet: 73, 24 and A3. RGB value is (115,36,163). Sum of RGB (Red+Green+Blue) = 115+36+163=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 163 (64.06% from 255 or 51.91% from 314); Max value from RGB is 163 - color contains mainly: blue. Hex color #7324A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7324A3 is #8CDB5C. Grayscale: #494949. Windows color (decimal): -9231197 or 10691699. OLE color: 10691699.

HSL color Cylindrical-coordinate representation of color #7324A3: hue angle of 277.32º 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 #7324A3 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11536163-
CMYK0.290.7800.36
HSL277.32º63.82%39.02%-
HSV(B)277.32º77.91%63.92%-
XYZ14.317.5535.35-
YUV74.1178.17157.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 36 (14.45% from 255) = 11.46%
BLUE value IS 163 (64.06% from 255) = 51.91%
R=36.62%
G=11.46%
B=51.91%

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
Decimal115361630.290.7800.36277.3263.8239.02
Hex7324A31D4E0241154027
Octal163442433511604442510047
Binary11100111001001010001111101100111001001001000101011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7324A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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