#760EBE

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

Shades of Purple Heart #760EBE

Tints of Purple Heart #760EBE

Color information

#760EBE (or 0x760EBE) is unknown color: approx Purple Heart. HEX triplet: 76, 0E and BE. RGB value is (118,14,190). Sum of RGB (Red+Green+Blue) = 118+14+190=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #760EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EBE is #89F141. Grayscale: #404040. Windows color (decimal): -9040194 or 12455542. OLE color: 12455542.

HSL color Cylindrical-coordinate representation of color #760EBE: hue angle of 275.45º 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 #760EBE is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11814190-
CMYK0.380.9300.25
HSL275.45º86.27%40%-
HSV(B)275.45º92.63%74.51%-
XYZ16.927.8849.34-
YUV65.16198.46165.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 14 (5.86% from 255) = 4.35%
BLUE value IS 190 (74.61% from 255) = 59.01%
R=36.65%
G=4.35%
B=59.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118141900.380.9300.25275.4586.2740
Hex76EBE265D0191135628
Octal166162764613503142312650
Binary111011011101011111010011010111010110011000100111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760EBE; }

 p { color: rgb(118,14,190); }

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

<style>
 a { background-color: #760EBE; }

 a { background-color: rgb(118,14,190); }

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

<style>
 span { border-color: #760EBE; }

 span { border-color: rgb(118,14,190); }

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