Html Css Color HEX #7921AC Purple Heart

📋 copy color: '#7921AC'

red 121 ◦ green 33 ◦ blue 172

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

Shades of Purple Heart #7921AC

Tints of Purple Heart #7921AC

RGB

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

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

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

R = 37.12%
G = 10.12%
B = 52.76%

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

#7921AC (or 0x7921AC) is known color: Purple Heart. HEX triplet: 79, 21 and AC. RGB value is (121,33,172). Sum of RGB (Red+Green+Blue) = 121+33+172=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #7921AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7921AC is #86DE53. Grayscale: #4A4A4A. Windows color (decimal): -8838740 or 11280761. OLE color: 11280761.

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

Color convert

RGB 121 33 172 -
CMYK 0.30 0.81 0 0.33
HSL 277.99º 0.68% 0.4% -
HSV(B) 277.99º 0.81% 0.67% -
XYZ 15.88 8.13 39.76 -
YUV 75.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 121 33 172 0.30 0.81 0 0.33 277.99 0.68 0.4
Hex 79 21 AC 1E 51 0 21 116 44 28
Octal 171 41 254 36 121 0 41 426 104 50
Binary 1111001 100001 10101100 11110 1010001 0 100001 100010110 1000100 101000

Color Harmonies of #7921AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7921AC

Black with #7921AC

Text Example


Text Example

White with #7921AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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