Html Css Color HEX #7520AD Purple Heart

📋 copy color: '#7520AD'

red 117 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #7520AD

Tints of Purple Heart #7520AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 36.34%
G = 9.94%
B = 53.73%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7520AD (or 0x7520AD) is known color: Purple Heart. HEX triplet: 75, 20 and AD. RGB value is (117,32,173). Sum of RGB (Red+Green+Blue) = 117+32+173=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #7520AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7520AD is #8ADF52. Grayscale: #494949. Windows color (decimal): -9101139 or 11346037. OLE color: 11346037.

HSL color Cylindrical-coordinate representation of color #7520AD: hue angle of 276.17º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7520AD is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 32 173 -
CMYK 0.32 0.82 0 0.32
HSL 276.17º 0.69% 0.4% -
HSV(B) 276.17º 0.82% 0.68% -
XYZ 15.4 7.83 40.24 -
YUV 73.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 117 32 173 0.32 0.82 0 0.32 276.17 0.69 0.4
Hex 75 20 AD 20 52 0 20 114 45 28
Octal 165 40 255 40 122 0 40 424 105 50
Binary 1110101 100000 10101101 100000 1010010 0 100000 100010100 1000101 101000

Color Harmonies of #7520AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520AD

Black with #7520AD

Text Example


Text Example

White with #7520AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7520AD; }

 p { color: rgb(117,32,173); }

 H1.HeaderClassName
 {
   color: #7520AD;
 }
 .AnyTagClassName
 {
   color: #7520AD;
 }
</style>

background-color css

<style>
 a { background-color: #7520AD; }

 a { background-color: rgb(117,32,173); }

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

border-color css

<style>
 span { border-color: #7520AD; }

 span { border-color: rgb(117,32,173); }

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