#7914C7

Color #7914C7 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7914C7

Tints of Purple Heart #7914C7

Color information

#7914C7 (or 0x7914C7) is unknown color: approx Purple Heart. HEX triplet: 79, 14 and C7. RGB value is (121,20,199). Sum of RGB (Red+Green+Blue) = 121+20+199=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 199 (78.12% from 255 or 58.53% from 340); Max value from RGB is 199 - color contains mainly: blue. Hex color #7914C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7914C7 is #86EB38. Grayscale: #454545. Windows color (decimal): -8842041 or 13046905. OLE color: 13046905.

HSL color Cylindrical-coordinate representation of color #7914C7: hue angle of 273.85º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7914C7 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12120199-
CMYK0.390.9000.22
HSL273.85º81.74%42.94%-
HSV(B)273.85º89.95%78.04%-
XYZ18.448.6954.74-
YUV70.6200.46163.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 20 (8.20% from 255) = 5.88%
BLUE value IS 199 (78.12% from 255) = 58.53%
R=35.59%
G=5.88%
B=58.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal121201990.390.9000.22273.8581.7442.94
Hex7914C7275A016112522b
Octal171243074713202642212253
Binary1111001101001100011110011110110100101101000100101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7914C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7914C7;
 }
 .AnyTagClassName
 {
   color: #7914C7;
 }
</style>
background-color css

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

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

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

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

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

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