Html Css Color HEX #7920AC Purple Heart

📋 copy color: '#7920AC'

red 121 ◦ green 32 ◦ blue 172

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

Shades of Purple Heart #7920AC

Tints of Purple Heart #7920AC

RGB

 RED value IS 121 (47.66% from 255) = 37.23%

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

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

R = 37.23%
G = 9.85%
B = 52.92%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7920AC (or 0x7920AC) is known color: Purple Heart. HEX triplet: 79, 20 and AC. RGB value is (121,32,172). Sum of RGB (Red+Green+Blue) = 121+32+172=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #7920AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7920AC is #86DF53. Grayscale: #4A4A4A. Windows color (decimal): -8838996 or 11280505. OLE color: 11280505.

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

Color convert

RGB 121 32 172 -
CMYK 0.30 0.81 0 0.33
HSL 278.14º 0.69% 0.4% -
HSV(B) 278.14º 0.81% 0.67% -
XYZ 15.85 8.08 39.75 -
YUV 74.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 121 32 172 0.30 0.81 0 0.33 278.14 0.69 0.4
Hex 79 20 AC 1E 51 0 21 116 45 28
Octal 171 40 254 36 121 0 41 426 105 50
Binary 1111001 100000 10101100 11110 1010001 0 100001 100010110 1000101 101000

Color Harmonies of #7920AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7920AC

Black with #7920AC

Text Example


Text Example

White with #7920AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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