Html Css Color HEX #7914BA Purple Heart

📋 copy color: '#7914BA'

red 121 ◦ green 20 ◦ blue 186

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

Shades of Purple Heart #7914BA

Tints of Purple Heart #7914BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 37%
G = 6.12%
B = 56.88%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7914BA (or 0x7914BA) is known color: Purple Heart. HEX triplet: 79, 14 and BA. RGB value is (121,20,186). Sum of RGB (Red+Green+Blue) = 121+20+186=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #7914BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7914BA is #86EB45. Grayscale: #444444. Windows color (decimal): -8842054 or 12194937. OLE color: 12194937.

HSL color Cylindrical-coordinate representation of color #7914BA: hue angle of 276.51º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7914BA is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 20 186 -
CMYK 0.35 0.89 0 0.27
HSL 276.51º 0.81% 0.4% -
HSV(B) 276.51º 0.89% 0.73% -
XYZ 17 8.11 47.12 -
YUV 69.12 193.96 165 -
System Red Green Blue C M Y K H S L
Decimal 121 20 186 0.35 0.89 0 0.27 276.51 0.81 0.4
Hex 79 14 BA 23 59 0 1B 115 51 28
Octal 171 24 272 43 131 0 33 425 121 50
Binary 1111001 10100 10111010 100011 1011001 0 11011 100010101 1010001 101000

Color Harmonies of #7914BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7914BA

Black with #7914BA

Text Example


Text Example

White with #7914BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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