#781EAC

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

Shades of Purple Heart #781EAC

Tints of Purple Heart #781EAC

Color information

#781EAC (or 0x781EAC) is unknown color: approx Purple Heart. HEX triplet: 78, 1E and AC. RGB value is (120,30,172). Sum of RGB (Red+Green+Blue) = 120+30+172=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #781EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781EAC is #87E153. Grayscale: #484848. Windows color (decimal): -8905044 or 11279992. OLE color: 11279992.

HSL color Cylindrical-coordinate representation of color #781EAC: hue angle of 278.03º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781EAC is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12030172-
CMYK0.300.8300.33
HSL278.03º70.3%39.61%-
HSV(B)278.03º82.56%67.45%-
XYZ15.667.939.73-
YUV73.1183.82161.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 172 (67.58% from 255) = 53.42%
R=37.27%
G=9.32%
B=53.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120301720.300.8300.33278.0370.339.61
Hex781EAC1E530211164628
Octal170362543612304142610650
Binary1111000111101010110011110101001101000011000101101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,30,172); }

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

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

 a { background-color: rgb(120,30,172); }

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

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

 span { border-color: rgb(120,30,172); }

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