Html Css Color HEX #7916AD Purple Heart

📋 copy color: '#7916AD'

red 121 ◦ green 22 ◦ blue 173

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

Shades of Purple Heart #7916AD

Tints of Purple Heart #7916AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

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

R = 38.29%
G = 6.96%
B = 54.75%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7916AD (or 0x7916AD) is known color: Purple Heart. HEX triplet: 79, 16 and AD. RGB value is (121,22,173). Sum of RGB (Red+Green+Blue) = 121+22+173=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #7916AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7916AD is #86E952. Grayscale: #444444. Windows color (decimal): -8841555 or 11343481. OLE color: 11343481.

HSL color Cylindrical-coordinate representation of color #7916AD: hue angle of 279.34º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7916AD is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 22 173 -
CMYK 0.30 0.87 0 0.32
HSL 279.34º 0.77% 0.38% -
HSV(B) 279.34º 0.87% 0.68% -
XYZ 15.71 7.66 40.18 -
YUV 68.82 186.8 165.22 -
System Red Green Blue C M Y K H S L
Decimal 121 22 173 0.30 0.87 0 0.32 279.34 0.77 0.38
Hex 79 16 AD 1E 57 0 20 117 4D 26
Octal 171 26 255 36 127 0 40 427 115 46
Binary 1111001 10110 10101101 11110 1010111 0 100000 100010111 1001101 100110

Color Harmonies of #7916AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7916AD

Black with #7916AD

Text Example


Text Example

White with #7916AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,22,173); }

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

background-color css

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

 a { background-color: rgb(121,22,173); }

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

border-color css

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

 span { border-color: rgb(121,22,173); }

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