Html Css Color HEX #7525AF Purple Heart

📋 copy color: '#7525AF'

red 117 ◦ green 37 ◦ blue 175

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

Shades of Purple Heart #7525AF

Tints of Purple Heart #7525AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 35.56%
G = 11.25%
B = 53.19%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7525AF (or 0x7525AF) is known color: Purple Heart. HEX triplet: 75, 25 and AF. RGB value is (117,37,175). Sum of RGB (Red+Green+Blue) = 117+37+175=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #7525AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7525AF is #8ADA50. Grayscale: #4C4C4C. Windows color (decimal): -9099857 or 11478389. OLE color: 11478389.

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

Color convert

RGB 117 37 175 -
CMYK 0.33 0.79 0 0.31
HSL 274.78º 0.65% 0.42% -
HSV(B) 274.78º 0.79% 0.69% -
XYZ 15.74 8.2 41.31 -
YUV 76.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 117 37 175 0.33 0.79 0 0.31 274.78 0.65 0.42
Hex 75 25 AF 21 4F 0 1F 113 41 2A
Octal 165 45 257 41 117 0 37 423 101 52
Binary 1110101 100101 10101111 100001 1001111 0 11111 100010011 1000001 101010

Color Harmonies of #7525AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7525AF

Black with #7525AF

Text Example


Text Example

White with #7525AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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