Html Css Color HEX #7525AE Purple Heart

📋 copy color: '#7525AE'

red 117 ◦ green 37 ◦ blue 174

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

Shades of Purple Heart #7525AE

Tints of Purple Heart #7525AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.05%

R = 35.67%
G = 11.28%
B = 53.05%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7525AE (or 0x7525AE) is known color: Purple Heart. HEX triplet: 75, 25 and AE. RGB value is (117,37,174). Sum of RGB (Red+Green+Blue) = 117+37+174=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #7525AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7525AE is #8ADA51. Grayscale: #4C4C4C. Windows color (decimal): -9099858 or 11412853. OLE color: 11412853.

HSL color Cylindrical-coordinate representation of color #7525AE: hue angle of 275.04º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7525AE is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 37 174 -
CMYK 0.33 0.79 0 0.32
HSL 275.04º 0.65% 0.41% -
HSV(B) 275.04º 0.79% 0.68% -
XYZ 15.64 8.16 40.8 -
YUV 76.54 183 156.86 -
System Red Green Blue C M Y K H S L
Decimal 117 37 174 0.33 0.79 0 0.32 275.04 0.65 0.41
Hex 75 25 AE 21 4F 0 20 113 41 29
Octal 165 45 256 41 117 0 40 423 101 51
Binary 1110101 100101 10101110 100001 1001111 0 100000 100010011 1000001 101001

Color Harmonies of #7525AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7525AE

Black with #7525AE

Text Example


Text Example

White with #7525AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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