Html Css Color HEX #7528AA Royal Purple

📋 copy color: '#7528AA'

red 117 ◦ green 40 ◦ blue 170

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

Shades of Royal Purple #7528AA

Tints of Royal Purple #7528AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 35.78%
G = 12.23%
B = 51.99%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7528AA (or 0x7528AA) is known color: Royal Purple. HEX triplet: 75, 28 and AA. RGB value is (117,40,170). Sum of RGB (Red+Green+Blue) = 117+40+170=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #7528AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7528AA is #8AD755. Grayscale: #4D4D4D. Windows color (decimal): -9099094 or 11151477. OLE color: 11151477.

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

Color convert

RGB 117 40 170 -
CMYK 0.31 0.76 0 0.33
HSL 275.54º 0.62% 0.41% -
HSV(B) 275.54º 0.76% 0.67% -
XYZ 15.35 8.2 38.8 -
YUV 77.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 117 40 170 0.31 0.76 0 0.33 275.54 0.62 0.41
Hex 75 28 AA 1F 4C 0 21 114 3E 29
Octal 165 50 252 37 114 0 41 424 76 51
Binary 1110101 101000 10101010 11111 1001100 0 100001 100010100 111110 101001

Color Harmonies of #7528AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7528AA

Black with #7528AA

Text Example


Text Example

White with #7528AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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