Html Css Color HEX #7321AA Royal Purple

📋 copy color: '#7321AA'

red 115 ◦ green 33 ◦ blue 170

#7321AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #7321AA

Tints of Royal Purple #7321AA

RGB

 RED value IS 115 (45.31% from 255) = 36.16%

 GREEN value IS 33 (13.28% from 255) = 10.38%

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 36.16%
G = 10.38%
B = 53.46%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7321AA (or 0x7321AA) is known color: Royal Purple. HEX triplet: 73, 21 and AA. RGB value is (115,33,170). Sum of RGB (Red+Green+Blue) = 115+33+170=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #7321AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7321AA is #8CDE55. Grayscale: #484848. Windows color (decimal): -9231958 or 11149683. OLE color: 11149683.

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

Color convert

RGB 115 33 170 -
CMYK 0.32 0.81 0 0.33
HSL 275.91º 0.67% 0.4% -
HSV(B) 275.91º 0.81% 0.67% -
XYZ 14.87 7.63 38.72 -
YUV 73.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 115 33 170 0.32 0.81 0 0.33 275.91 0.67 0.4
Hex 73 21 AA 20 51 0 21 114 43 28
Octal 163 41 252 40 121 0 41 424 103 50
Binary 1110011 100001 10101010 100000 1010001 0 100001 100010100 1000011 101000

Color Harmonies of #7321AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7321AA

Black with #7321AA

Text Example


Text Example

White with #7321AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7321AA;
 }
 .AnyTagClassName
 {
   color: #7321AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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