Html Css Color HEX #7521AA Royal Purple

📋 copy color: '#7521AA'

red 117 ◦ green 33 ◦ blue 170

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

Shades of Royal Purple #7521AA

Tints of Royal Purple #7521AA

RGB

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

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

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

R = 36.56%
G = 10.31%
B = 53.13%

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

#7521AA (or 0x7521AA) is known color: Royal Purple. HEX triplet: 75, 21 and AA. RGB value is (117,33,170). Sum of RGB (Red+Green+Blue) = 117+33+170=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #7521AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7521AA is #8ADE55. Grayscale: #494949. Windows color (decimal): -9100886 or 11149685. OLE color: 11149685.

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

Color convert

RGB 117 33 170 -
CMYK 0.31 0.81 0 0.33
HSL 276.79º 0.67% 0.4% -
HSV(B) 276.79º 0.81% 0.67% -
XYZ 15.14 7.77 38.73 -
YUV 73.73 182.33 158.86 -
System Red Green Blue C M Y K H S L
Decimal 117 33 170 0.31 0.81 0 0.33 276.79 0.67 0.4
Hex 75 21 AA 1F 51 0 21 115 43 28
Octal 165 41 252 37 121 0 41 425 103 50
Binary 1110101 100001 10101010 11111 1010001 0 100001 100010101 1000011 101000

Color Harmonies of #7521AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7521AA

Black with #7521AA

Text Example


Text Example

White with #7521AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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