Html Css Color HEX #7521AC Purple Heart

📋 copy color: '#7521AC'

red 117 ◦ green 33 ◦ blue 172

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

Shades of Purple Heart #7521AC

Tints of Purple Heart #7521AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 36.34%
G = 10.25%
B = 53.42%

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

#7521AC (or 0x7521AC) is known color: Purple Heart. HEX triplet: 75, 21 and AC. RGB value is (117,33,172). Sum of RGB (Red+Green+Blue) = 117+33+172=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #7521AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7521AC is #8ADE53. Grayscale: #494949. Windows color (decimal): -9100884 or 11280757. OLE color: 11280757.

HSL color Cylindrical-coordinate representation of color #7521AC: hue angle of 276.26º degrees, saturation: 0.68, 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 #7521AC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 33 172 -
CMYK 0.32 0.81 0 0.33
HSL 276.26º 0.68% 0.4% -
HSV(B) 276.26º 0.81% 0.67% -
XYZ 15.33 7.85 39.74 -
YUV 73.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 117 33 172 0.32 0.81 0 0.33 276.26 0.68 0.4
Hex 75 21 AC 20 51 0 21 114 44 28
Octal 165 41 254 40 121 0 41 424 104 50
Binary 1110101 100001 10101100 100000 1010001 0 100001 100010100 1000100 101000

Color Harmonies of #7521AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7521AC

Black with #7521AC

Text Example


Text Example

White with #7521AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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