#7914C2

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

Shades of Purple Heart #7914C2

Tints of Purple Heart #7914C2

Color information

#7914C2 (or 0x7914C2) is unknown color: approx Purple Heart. HEX triplet: 79, 14 and C2. RGB value is (121,20,194). Sum of RGB (Red+Green+Blue) = 121+20+194=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #7914C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7914C2 is #86EB3D. Grayscale: #454545. Windows color (decimal): -8842046 or 12719225. OLE color: 12719225.

HSL color Cylindrical-coordinate representation of color #7914C2: hue angle of 274.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7914C2 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12120194-
CMYK0.380.9000.24
HSL274.83º81.31%41.96%-
HSV(B)274.83º89.69%76.08%-
XYZ17.878.4651.73-
YUV70.04197.96164.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.12%
GREEN value IS 20 (8.20% from 255) = 5.97%
BLUE value IS 194 (76.17% from 255) = 57.91%
R=36.12%
G=5.97%
B=57.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121201940.380.9000.24274.8381.3141.96
Hex7914C2265A018113512a
Octal171243024613203042312152
Binary1111001101001100001010011010110100110001000100111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7914C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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