Html Css Color HEX #7914AD Purple Heart

📋 copy color: '#7914AD'

red 121 ◦ green 20 ◦ blue 173

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

Shades of Purple Heart #7914AD

Tints of Purple Heart #7914AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

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

R = 38.54%
G = 6.37%
B = 55.1%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7914AD (or 0x7914AD) is known color: Purple Heart. HEX triplet: 79, 14 and AD. RGB value is (121,20,173). Sum of RGB (Red+Green+Blue) = 121+20+173=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #7914AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7914AD is #86EB52. Grayscale: #434343. Windows color (decimal): -8842067 or 11342969. OLE color: 11342969.

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

Color convert

RGB 121 20 173 -
CMYK 0.30 0.88 0 0.32
HSL 279.61º 0.79% 0.38% -
HSV(B) 279.61º 0.88% 0.68% -
XYZ 15.68 7.58 40.17 -
YUV 67.64 187.46 166.06 -
System Red Green Blue C M Y K H S L
Decimal 121 20 173 0.30 0.88 0 0.32 279.61 0.79 0.38
Hex 79 14 AD 1E 58 0 20 118 4F 26
Octal 171 24 255 36 130 0 40 430 117 46
Binary 1111001 10100 10101101 11110 1011000 0 100000 100011000 1001111 100110

Color Harmonies of #7914AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7914AD

Black with #7914AD

Text Example


Text Example

White with #7914AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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