Html Css Color HEX #7520AA Royal Purple

📋 copy color: '#7520AA'

red 117 ◦ green 32 ◦ blue 170

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

Shades of Royal Purple #7520AA

Tints of Royal Purple #7520AA

RGB

 RED value IS 117 (46.09% from 255) = 36.68%

 GREEN value IS 32 (12.89% from 255) = 10.03%

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

R = 36.68%
G = 10.03%
B = 53.29%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7520AA (or 0x7520AA) is known color: Royal Purple. HEX triplet: 75, 20 and AA. RGB value is (117,32,170). Sum of RGB (Red+Green+Blue) = 117+32+170=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #7520AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7520AA is #8ADF55. Grayscale: #484848. Windows color (decimal): -9101142 or 11149429. OLE color: 11149429.

HSL color Cylindrical-coordinate representation of color #7520AA: hue angle of 276.96º degrees, saturation: 0.68, 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 #7520AA is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 32 170 -
CMYK 0.31 0.81 0 0.33
HSL 276.96º 0.68% 0.4% -
HSV(B) 276.96º 0.81% 0.67% -
XYZ 15.11 7.72 38.72 -
YUV 73.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 117 32 170 0.31 0.81 0 0.33 276.96 0.68 0.4
Hex 75 20 AA 1F 51 0 21 115 44 28
Octal 165 40 252 37 121 0 41 425 104 50
Binary 1110101 100000 10101010 11111 1010001 0 100001 100010101 1000100 101000

Color Harmonies of #7520AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520AA

Black with #7520AA

Text Example


Text Example

White with #7520AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,32,170); }

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

background-color css

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

 a { background-color: rgb(117,32,170); }

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

border-color css

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

 span { border-color: rgb(117,32,170); }

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