Html Css Color HEX #7525AC Royal Purple

📋 copy color: '#7525AC'

red 117 ◦ green 37 ◦ blue 172

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

Shades of Royal Purple #7525AC

Tints of Royal Purple #7525AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 35.89%
G = 11.35%
B = 52.76%

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

#7525AC (or 0x7525AC) is known color: Royal Purple. HEX triplet: 75, 25 and AC. RGB value is (117,37,172). Sum of RGB (Red+Green+Blue) = 117+37+172=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #7525AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7525AC is #8ADA53. Grayscale: #4B4B4B. Windows color (decimal): -9099860 or 11281781. OLE color: 11281781.

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

Color convert

RGB 117 37 172 -
CMYK 0.32 0.78 0 0.33
HSL 275.56º 0.65% 0.41% -
HSV(B) 275.56º 0.78% 0.67% -
XYZ 15.44 8.08 39.78 -
YUV 76.31 182 157.02 -
System Red Green Blue C M Y K H S L
Decimal 117 37 172 0.32 0.78 0 0.33 275.56 0.65 0.41
Hex 75 25 AC 20 4E 0 21 114 41 29
Octal 165 45 254 40 116 0 41 424 101 51
Binary 1110101 100101 10101100 100000 1001110 0 100001 100010100 1000001 101001

Color Harmonies of #7525AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7525AC

Black with #7525AC

Text Example


Text Example

White with #7525AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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