Html Css Color HEX #7520AC Purple Heart

📋 copy color: '#7520AC'

red 117 ◦ green 32 ◦ blue 172

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

Shades of Purple Heart #7520AC

Tints of Purple Heart #7520AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 36.45%
G = 9.97%
B = 53.58%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7520AC (or 0x7520AC) is known color: Purple Heart. HEX triplet: 75, 20 and AC. RGB value is (117,32,172). Sum of RGB (Red+Green+Blue) = 117+32+172=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #7520AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7520AC is #8ADF53. Grayscale: #484848. Windows color (decimal): -9101140 or 11280501. OLE color: 11280501.

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

Color convert

RGB 117 32 172 -
CMYK 0.32 0.81 0 0.33
HSL 276.43º 0.69% 0.4% -
HSV(B) 276.43º 0.81% 0.67% -
XYZ 15.3 7.79 39.73 -
YUV 73.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 117 32 172 0.32 0.81 0 0.33 276.43 0.69 0.4
Hex 75 20 AC 20 51 0 21 114 45 28
Octal 165 40 254 40 121 0 41 424 105 50
Binary 1110101 100000 10101100 100000 1010001 0 100001 100010100 1000101 101000

Color Harmonies of #7520AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520AC

Black with #7520AC

Text Example


Text Example

White with #7520AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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