Html Css Color HEX #7325AA Royal Purple

📋 copy color: '#7325AA'

red 115 ◦ green 37 ◦ blue 170

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

Shades of Royal Purple #7325AA

Tints of Royal Purple #7325AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.49%

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

R = 35.71%
G = 11.49%
B = 52.8%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7325AA (or 0x7325AA) is known color: Royal Purple. HEX triplet: 73, 25 and AA. RGB value is (115,37,170). Sum of RGB (Red+Green+Blue) = 115+37+170=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #7325AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7325AA is #8CDA55. Grayscale: #4B4B4B. Windows color (decimal): -9230934 or 11150707. OLE color: 11150707.

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

Color convert

RGB 115 37 170 -
CMYK 0.32 0.78 0 0.33
HSL 275.19º 0.64% 0.41% -
HSV(B) 275.19º 0.78% 0.67% -
XYZ 14.99 7.87 38.76 -
YUV 75.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 115 37 170 0.32 0.78 0 0.33 275.19 0.64 0.41
Hex 73 25 AA 20 4E 0 21 113 40 29
Octal 163 45 252 40 116 0 41 423 100 51
Binary 1110011 100101 10101010 100000 1001110 0 100001 100010011 1000000 101001

Color Harmonies of #7325AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7325AA

Black with #7325AA

Text Example


Text Example

White with #7325AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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