#7614C0

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

Shades of Purple Heart #7614C0

Tints of Purple Heart #7614C0

Color information

#7614C0 (or 0x7614C0) is unknown color: approx Purple Heart. HEX triplet: 76, 14 and C0. RGB value is (118,20,192). Sum of RGB (Red+Green+Blue) = 118+20+192=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #7614C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7614C0 is #89EB3F. Grayscale: #444444. Windows color (decimal): -9038656 or 12588150. OLE color: 12588150.

HSL color Cylindrical-coordinate representation of color #7614C0: hue angle of 274.19º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7614C0 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11820192-
CMYK0.390.9000.25
HSL274.19º81.13%41.57%-
HSV(B)274.19º89.58%75.29%-
XYZ17.248.1650.54-
YUV68.91197.47163.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.76%
GREEN value IS 20 (8.20% from 255) = 6.06%
BLUE value IS 192 (75.39% from 255) = 58.18%
R=35.76%
G=6.06%
B=58.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118201920.390.9000.25274.1981.1341.57
Hex7614C0275A019112512a
Octal166243004713203142212152
Binary1110110101001100000010011110110100110011000100101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7614C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7614C0; }

 p { color: rgb(118,20,192); }

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

<style>
 a { background-color: #7614C0; }

 a { background-color: rgb(118,20,192); }

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

<style>
 span { border-color: #7614C0; }

 span { border-color: rgb(118,20,192); }

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