Html Css Color HEX #7523AA Royal Purple

📋 copy color: '#7523AA'

red 117 ◦ green 35 ◦ blue 170

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

Shades of Royal Purple #7523AA

Tints of Royal Purple #7523AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.87%

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

R = 36.34%
G = 10.87%
B = 52.8%

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

#7523AA (or 0x7523AA) is known color: Royal Purple. HEX triplet: 75, 23 and AA. RGB value is (117,35,170). Sum of RGB (Red+Green+Blue) = 117+35+170=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 35 (14.06% from 255 or 10.87% 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 #7523AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7523AA is #8ADC55. Grayscale: #4A4A4A. Windows color (decimal): -9100374 or 11150197. OLE color: 11150197.

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

Color convert

RGB 117 35 170 -
CMYK 0.31 0.79 0 0.33
HSL 276.44º 0.66% 0.4% -
HSV(B) 276.44º 0.79% 0.67% -
XYZ 15.19 7.89 38.75 -
YUV 74.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 117 35 170 0.31 0.79 0 0.33 276.44 0.66 0.4
Hex 75 23 AA 1F 4F 0 21 114 42 28
Octal 165 43 252 37 117 0 41 424 102 50
Binary 1110101 100011 10101010 11111 1001111 0 100001 100010100 1000010 101000

Color Harmonies of #7523AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7523AA

Black with #7523AA

Text Example


Text Example

White with #7523AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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