#740EC0

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

Shades of Purple Heart #740EC0

Tints of Purple Heart #740EC0

Color information

#740EC0 (or 0x740EC0) is unknown color: approx Purple Heart. HEX triplet: 74, 0E and C0. RGB value is (116,14,192). Sum of RGB (Red+Green+Blue) = 116+14+192=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #740EC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740EC0 is #8BF13F. Grayscale: #404040. Windows color (decimal): -9171264 or 12586612. OLE color: 12586612.

HSL color Cylindrical-coordinate representation of color #740EC0: hue angle of 274.38º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740EC0 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11614192-
CMYK0.400.9300.25
HSL274.38º86.41%40.39%-
HSV(B)274.38º92.71%75.29%-
XYZ16.877.8350.49-
YUV64.79199.79164.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 14 (5.86% from 255) = 4.35%
BLUE value IS 192 (75.39% from 255) = 59.63%
R=36.02%
G=4.35%
B=59.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal116141920.400.9300.25274.3886.4140.39
Hex74EC0285D0191125628
Octal164163005013503142212650
Binary111010011101100000010100010111010110011000100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740EC0; }

 p { color: rgb(116,14,192); }

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

<style>
 a { background-color: #740EC0; }

 a { background-color: rgb(116,14,192); }

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

<style>
 span { border-color: #740EC0; }

 span { border-color: rgb(116,14,192); }

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