Html Css Color HEX #7528AD Royal Purple

📋 copy color: '#7528AD'

red 117 ◦ green 40 ◦ blue 173

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

Shades of Royal Purple #7528AD

Tints of Royal Purple #7528AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.12%

 BLUE value IS 173 (67.97% from 255) = 52.42%

R = 35.45%
G = 12.12%
B = 52.42%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7528AD (or 0x7528AD) is known color: Royal Purple. HEX triplet: 75, 28 and AD. RGB value is (117,40,173). Sum of RGB (Red+Green+Blue) = 117+40+173=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #7528AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7528AD is #8AD752. Grayscale: #4D4D4D. Windows color (decimal): -9099091 or 11348085. OLE color: 11348085.

HSL color Cylindrical-coordinate representation of color #7528AD: hue angle of 274.74º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7528AD is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 40 173 -
CMYK 0.32 0.77 0 0.32
HSL 274.74º 0.62% 0.42% -
HSV(B) 274.74º 0.77% 0.68% -
XYZ 15.64 8.32 40.32 -
YUV 78.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 117 40 173 0.32 0.77 0 0.32 274.74 0.62 0.42
Hex 75 28 AD 20 4D 0 20 113 3E 2A
Octal 165 50 255 40 115 0 40 423 76 52
Binary 1110101 101000 10101101 100000 1001101 0 100000 100010011 111110 101010

Color Harmonies of #7528AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7528AD

Black with #7528AD

Text Example


Text Example

White with #7528AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7528AD; }

 p { color: rgb(117,40,173); }

 H1.HeaderClassName
 {
   color: #7528AD;
 }
 .AnyTagClassName
 {
   color: #7528AD;
 }
</style>

background-color css

<style>
 a { background-color: #7528AD; }

 a { background-color: rgb(117,40,173); }

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

border-color css

<style>
 span { border-color: #7528AD; }

 span { border-color: rgb(117,40,173); }

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