#781AC0

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

Shades of Purple Heart #781AC0

Tints of Purple Heart #781AC0

Color information

#781AC0 (or 0x781AC0) is unknown color: approx Purple Heart. HEX triplet: 78, 1A and C0. RGB value is (120,26,192). Sum of RGB (Red+Green+Blue) = 120+26+192=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #781AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781AC0 is #87E53F. Grayscale: #484848. Windows color (decimal): -8906048 or 12589688. OLE color: 12589688.

HSL color Cylindrical-coordinate representation of color #781AC0: hue angle of 273.98º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781AC0 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12026192-
CMYK0.380.8600.25
HSL273.98º76.15%42.75%-
HSV(B)273.98º86.46%75.29%-
XYZ17.638.5450.59-
YUV73.03195.14161.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 192 (75.39% from 255) = 56.80%
R=35.50%
G=7.69%
B=56.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120261920.380.8600.25273.9876.1542.75
Hex781AC026560191124c2b
Octal170323004612603142211453
Binary1111000110101100000010011010101100110011000100101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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