Html Css Color HEX #7526AB Royal Purple

📋 copy color: '#7526AB'

red 117 ◦ green 38 ◦ blue 171

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

Shades of Royal Purple #7526AB

Tints of Royal Purple #7526AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 35.89%
G = 11.66%
B = 52.45%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7526AB (or 0x7526AB) is known color: Royal Purple. HEX triplet: 75, 26 and AB. RGB value is (117,38,171). Sum of RGB (Red+Green+Blue) = 117+38+171=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #7526AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7526AB is #8AD954. Grayscale: #4C4C4C. Windows color (decimal): -9099605 or 11216501. OLE color: 11216501.

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

Color convert

RGB 117 38 171 -
CMYK 0.32 0.78 0 0.33
HSL 275.64º 0.64% 0.41% -
HSV(B) 275.64º 0.78% 0.67% -
XYZ 15.38 8.11 39.28 -
YUV 76.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 117 38 171 0.32 0.78 0 0.33 275.64 0.64 0.41
Hex 75 26 AB 20 4E 0 21 114 40 29
Octal 165 46 253 40 116 0 41 424 100 51
Binary 1110101 100110 10101011 100000 1001110 0 100001 100010100 1000000 101001

Color Harmonies of #7526AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526AB

Black with #7526AB

Text Example


Text Example

White with #7526AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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