Html Css Color HEX #7526AA Royal Purple

📋 copy color: '#7526AA'

red 117 ◦ green 38 ◦ blue 170

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

Shades of Royal Purple #7526AA

Tints of Royal Purple #7526AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

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

R = 36%
G = 11.69%
B = 52.31%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7526AA (or 0x7526AA) is known color: Royal Purple. HEX triplet: 75, 26 and AA. RGB value is (117,38,170). Sum of RGB (Red+Green+Blue) = 117+38+170=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #7526AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7526AA is #8AD955. Grayscale: #4C4C4C. Windows color (decimal): -9099606 or 11150965. OLE color: 11150965.

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

Color convert

RGB 117 38 170 -
CMYK 0.31 0.78 0 0.33
HSL 275.91º 0.63% 0.41% -
HSV(B) 275.91º 0.78% 0.67% -
XYZ 15.28 8.07 38.78 -
YUV 76.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 117 38 170 0.31 0.78 0 0.33 275.91 0.63 0.41
Hex 75 26 AA 1F 4E 0 21 114 3F 29
Octal 165 46 252 37 116 0 41 424 77 51
Binary 1110101 100110 10101010 11111 1001110 0 100001 100010100 111111 101001

Color Harmonies of #7526AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526AA

Black with #7526AA

Text Example


Text Example

White with #7526AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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