#7323A5

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

Shades of Royal Purple #7323A5

Tints of Royal Purple #7323A5

Color information

#7323A5 (or 0x7323A5) is unknown color: approx Royal Purple. HEX triplet: 73, 23 and A5. RGB value is (115,35,165). Sum of RGB (Red+Green+Blue) = 115+35+165=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #7323A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7323A5 is #8CDC5A. Grayscale: #494949. Windows color (decimal): -9231451 or 10822515. OLE color: 10822515.

HSL color Cylindrical-coordinate representation of color #7323A5: hue angle of 276.92º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7323A5 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11535165-
CMYK0.300.7900.35
HSL276.92º65%39.22%-
HSV(B)276.92º78.79%64.71%-
XYZ14.467.5636.29-
YUV73.74179.5157.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 35 (14.06% from 255) = 11.11%
BLUE value IS 165 (64.84% from 255) = 52.38%
R=36.51%
G=11.11%
B=52.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115351650.300.7900.35276.926539.22
Hex7323A51E4F0231154127
Octal163432453611704342510147
Binary11100111000111010010111110100111101000111000101011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7323A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7323A5; }

 p { color: rgb(115,35,165); }

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

<style>
 a { background-color: #7323A5; }

 a { background-color: rgb(115,35,165); }

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

<style>
 span { border-color: #7323A5; }

 span { border-color: rgb(115,35,165); }

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