Html Css Color HEX #7914AF Purple Heart

📋 copy color: '#7914AF'

red 121 ◦ green 20 ◦ blue 175

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

Shades of Purple Heart #7914AF

Tints of Purple Heart #7914AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.38%

R = 38.29%
G = 6.33%
B = 55.38%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7914AF (or 0x7914AF) is known color: Purple Heart. HEX triplet: 79, 14 and AF. RGB value is (121,20,175). Sum of RGB (Red+Green+Blue) = 121+20+175=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #7914AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7914AF is #86EB50. Grayscale: #434343. Windows color (decimal): -8842065 or 11474041. OLE color: 11474041.

HSL color Cylindrical-coordinate representation of color #7914AF: hue angle of 279.1º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7914AF is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 20 175 -
CMYK 0.31 0.89 0 0.31
HSL 279.1º 0.79% 0.38% -
HSV(B) 279.1º 0.89% 0.69% -
XYZ 15.87 7.66 41.2 -
YUV 67.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 121 20 175 0.31 0.89 0 0.31 279.1 0.79 0.38
Hex 79 14 AF 1F 59 0 1F 117 4F 26
Octal 171 24 257 37 131 0 37 427 117 46
Binary 1111001 10100 10101111 11111 1011001 0 11111 100010111 1001111 100110

Color Harmonies of #7914AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7914AF

Black with #7914AF

Text Example


Text Example

White with #7914AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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