Html Css Color HEX #7528AC Royal Purple

📋 copy color: '#7528AC'

red 117 ◦ green 40 ◦ blue 172

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

Shades of Royal Purple #7528AC

Tints of Royal Purple #7528AC

RGB

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

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

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

R = 35.56%
G = 12.16%
B = 52.28%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7528AC (or 0x7528AC) is known color: Royal Purple. HEX triplet: 75, 28 and AC. RGB value is (117,40,172). Sum of RGB (Red+Green+Blue) = 117+40+172=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #7528AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7528AC is #8AD753. Grayscale: #4D4D4D. Windows color (decimal): -9099092 or 11282549. OLE color: 11282549.

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

Color convert

RGB 117 40 172 -
CMYK 0.32 0.77 0 0.33
HSL 275º 0.62% 0.42% -
HSV(B) 275º 0.77% 0.67% -
XYZ 15.54 8.28 39.81 -
YUV 78.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 117 40 172 0.32 0.77 0 0.33 275 0.62 0.42
Hex 75 28 AC 20 4D 0 21 113 3E 2A
Octal 165 50 254 40 115 0 41 423 76 52
Binary 1110101 101000 10101100 100000 1001101 0 100001 100010011 111110 101010

Color Harmonies of #7528AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7528AC

Black with #7528AC

Text Example


Text Example

White with #7528AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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