Html Css Color HEX #7526AC Royal Purple

📋 copy color: '#7526AC'

red 117 ◦ green 38 ◦ blue 172

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

Shades of Royal Purple #7526AC

Tints of Royal Purple #7526AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 35.78%
G = 11.62%
B = 52.6%

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

#7526AC (or 0x7526AC) is known color: Royal Purple. HEX triplet: 75, 26 and AC. RGB value is (117,38,172). Sum of RGB (Red+Green+Blue) = 117+38+172=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #7526AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7526AC is #8AD953. Grayscale: #4C4C4C. Windows color (decimal): -9099604 or 11282037. OLE color: 11282037.

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

Color convert

RGB 117 38 172 -
CMYK 0.32 0.78 0 0.33
HSL 275.37º 0.64% 0.41% -
HSV(B) 275.37º 0.78% 0.67% -
XYZ 15.48 8.15 39.79 -
YUV 76.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 117 38 172 0.32 0.78 0 0.33 275.37 0.64 0.41
Hex 75 26 AC 20 4E 0 21 113 40 29
Octal 165 46 254 40 116 0 41 423 100 51
Binary 1110101 100110 10101100 100000 1001110 0 100001 100010011 1000000 101001

Color Harmonies of #7526AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526AC

Black with #7526AC

Text Example


Text Example

White with #7526AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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