#781BAE

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

Shades of Purple Heart #781BAE

Tints of Purple Heart #781BAE

Color information

#781BAE (or 0x781BAE) is unknown color: approx Purple Heart. HEX triplet: 78, 1B and AE. RGB value is (120,27,174). Sum of RGB (Red+Green+Blue) = 120+27+174=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #781BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781BAE is #87E451. Grayscale: #474747. Windows color (decimal): -8905810 or 11410296. OLE color: 11410296.

HSL color Cylindrical-coordinate representation of color #781BAE: hue angle of 277.96º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781BAE is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12027174-
CMYK0.310.8400.32
HSL277.96º73.13%39.41%-
HSV(B)277.96º84.48%68.24%-
XYZ15.787.8340.72-
YUV71.56185.81162.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 27 (10.94% from 255) = 8.41%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=37.38%
G=8.41%
B=54.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120271740.310.8400.32277.9673.1339.41
Hex781BAE1F540201164927
Octal170332563712404042611147
Binary1111000110111010111011111101010001000001000101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,27,174); }

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

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

 a { background-color: rgb(120,27,174); }

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

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

 span { border-color: rgb(120,27,174); }

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