Html Css Color HEX #7525AB Royal Purple

📋 copy color: '#7525AB'

red 117 ◦ green 37 ◦ blue 171

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

Shades of Royal Purple #7525AB

Tints of Royal Purple #7525AB

RGB

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

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

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

R = 36%
G = 11.38%
B = 52.62%

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

#7525AB (or 0x7525AB) is known color: Royal Purple. HEX triplet: 75, 25 and AB. RGB value is (117,37,171). Sum of RGB (Red+Green+Blue) = 117+37+171=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #7525AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7525AB is #8ADA54. Grayscale: #4B4B4B. Windows color (decimal): -9099861 or 11216245. OLE color: 11216245.

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

Color convert

RGB 117 37 171 -
CMYK 0.32 0.78 0 0.33
HSL 275.82º 0.64% 0.41% -
HSV(B) 275.82º 0.78% 0.67% -
XYZ 15.35 8.05 39.27 -
YUV 76.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 117 37 171 0.32 0.78 0 0.33 275.82 0.64 0.41
Hex 75 25 AB 20 4E 0 21 114 40 29
Octal 165 45 253 40 116 0 41 424 100 51
Binary 1110101 100101 10101011 100000 1001110 0 100001 100010100 1000000 101001

Color Harmonies of #7525AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7525AB

Black with #7525AB

Text Example


Text Example

White with #7525AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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