Html Css Color HEX #7527AA Royal Purple

📋 copy color: '#7527AA'

red 117 ◦ green 39 ◦ blue 170

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

Shades of Royal Purple #7527AA

Tints of Royal Purple #7527AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.96%

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

R = 35.89%
G = 11.96%
B = 52.15%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7527AA (or 0x7527AA) is known color: Royal Purple. HEX triplet: 75, 27 and AA. RGB value is (117,39,170). Sum of RGB (Red+Green+Blue) = 117+39+170=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #7527AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7527AA is #8AD855. Grayscale: #4C4C4C. Windows color (decimal): -9099350 or 11151221. OLE color: 11151221.

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

Color convert

RGB 117 39 170 -
CMYK 0.31 0.77 0 0.33
HSL 275.73º 0.63% 0.41% -
HSV(B) 275.73º 0.77% 0.67% -
XYZ 15.32 8.14 38.79 -
YUV 77.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 117 39 170 0.31 0.77 0 0.33 275.73 0.63 0.41
Hex 75 27 AA 1F 4D 0 21 114 3F 29
Octal 165 47 252 37 115 0 41 424 77 51
Binary 1110101 100111 10101010 11111 1001101 0 100001 100010100 111111 101001

Color Harmonies of #7527AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7527AA

Black with #7527AA

Text Example


Text Example

White with #7527AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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