Html Css Color HEX #7524AA Royal Purple

📋 copy color: '#7524AA'

red 117 ◦ green 36 ◦ blue 170

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

Shades of Royal Purple #7524AA

Tints of Royal Purple #7524AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

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

R = 36.22%
G = 11.15%
B = 52.63%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7524AA (or 0x7524AA) is known color: Royal Purple. HEX triplet: 75, 24 and AA. RGB value is (117,36,170). Sum of RGB (Red+Green+Blue) = 117+36+170=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #7524AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7524AA is #8ADB55. Grayscale: #4B4B4B. Windows color (decimal): -9100118 or 11150453. OLE color: 11150453.

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

Color convert

RGB 117 36 170 -
CMYK 0.31 0.79 0 0.33
HSL 276.27º 0.65% 0.4% -
HSV(B) 276.27º 0.79% 0.67% -
XYZ 15.22 7.95 38.76 -
YUV 75.5 181.34 157.6 -
System Red Green Blue C M Y K H S L
Decimal 117 36 170 0.31 0.79 0 0.33 276.27 0.65 0.4
Hex 75 24 AA 1F 4F 0 21 114 41 28
Octal 165 44 252 37 117 0 41 424 101 50
Binary 1110101 100100 10101010 11111 1001111 0 100001 100010100 1000001 101000

Color Harmonies of #7524AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7524AA

Black with #7524AA

Text Example


Text Example

White with #7524AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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