#760EAC

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

Shades of Purple Heart #760EAC

Tints of Purple Heart #760EAC

Color information

#760EAC (or 0x760EAC) is unknown color: approx Purple Heart. HEX triplet: 76, 0E and AC. RGB value is (118,14,172). Sum of RGB (Red+Green+Blue) = 118+14+172=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #760EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760EAC is #89F153. Grayscale: #3E3E3E. Windows color (decimal): -9040212 or 11275894. OLE color: 11275894.

HSL color Cylindrical-coordinate representation of color #760EAC: hue angle of 279.49º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760EAC is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11814172-
CMYK0.310.9200.33
HSL279.49º84.95%36.47%-
HSV(B)279.49º91.86%67.45%-
XYZ15.077.1439.61-
YUV63.11189.46167.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 14 (5.86% from 255) = 4.61%
BLUE value IS 172 (67.58% from 255) = 56.58%
R=38.82%
G=4.61%
B=56.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118141720.310.9200.33279.4984.9536.47
Hex76EAC1F5C0211175524
Octal166162543713404142712544
Binary111011011101010110011111101110001000011000101111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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