#781ABA

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

Shades of Purple Heart #781ABA

Tints of Purple Heart #781ABA

Color information

#781ABA (or 0x781ABA) is unknown color: approx Purple Heart. HEX triplet: 78, 1A and BA. RGB value is (120,26,186). Sum of RGB (Red+Green+Blue) = 120+26+186=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #781ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781ABA is #87E545. Grayscale: #474747. Windows color (decimal): -8906054 or 12196472. OLE color: 12196472.

HSL color Cylindrical-coordinate representation of color #781ABA: hue angle of 275.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781ABA is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12026186-
CMYK0.350.8600.27
HSL275.25º75.47%41.57%-
HSV(B)275.25º86.02%72.94%-
XYZ16.988.2847.16-
YUV72.35192.14161.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 26 (10.55% from 255) = 7.83%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=36.14%
G=7.83%
B=56.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120261860.350.8600.27275.2575.4741.57
Hex781ABA235601B1134b2a
Octal170322724312603342311352
Binary1111000110101011101010001110101100110111000100111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,26,186); }

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

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

 a { background-color: rgb(120,26,186); }

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

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

 span { border-color: rgb(120,26,186); }

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