Shades of Purple Heart #781FAB
Tints of Purple Heart #781FAB
RGB
CMYK
RGB Variations
Color information
#781FAB (or 0x781FAB) is known color: Purple Heart. HEX triplet: 78, 1F and AB. RGB value is (120,31,171). Sum of RGB (Red+Green+Blue) = 120+31+171=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #781FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781FAB is #87E054. Grayscale: #494949. Windows color (decimal): -8904789 or 11214712. OLE color: 11214712.
HSL color Cylindrical-coordinate representation of color #781FAB: hue angle of 278.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781FAB is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 31 | 171 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.33 |
| HSL | 278.14º | 0.69% | 0.4% | - |
| HSV(B) | 278.14º | 0.82% | 0.67% | - |
| XYZ | 15.59 | 7.91 | 39.23 | - |
| YUV | 73.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 171 | 0.30 | 0.82 | 0 | 0.33 | 278.14 | 0.69 | 0.4 |
| Hex | 78 | 1F | AB | 1E | 52 | 0 | 21 | 116 | 45 | 28 |
| Octal | 170 | 37 | 253 | 36 | 122 | 0 | 41 | 426 | 105 | 50 |
| Binary | 1111000 | 11111 | 10101011 | 11110 | 1010010 | 0 | 100001 | 100010110 | 1000101 | 101000 |
Color Harmonies of #781FAB
Complementary color
Monochromatic Colors of #781FAB
Black with #781FAB
Text Example
Text Example
White with #781FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FAB; }
p { color: rgb(120,31,171); }
H1.HeaderClassName
{
color: #781FAB;
}
.AnyTagClassName
{
color: #781FAB;
}
</style>
background-color css
<style>
a { background-color: #781FAB; }
a { background-color: rgb(120,31,171); }
div.DivClassName
{
background-color: #781FAB;
}
.BgClassName
{
background-color: #781FAB;
}
</style>
border-color css
<style>
span { border-color: #781FAB; }
span { border-color: rgb(120,31,171); }
td.TdClassName
{
border-color: #781FAB;
}
.TagClassName
{
border-color: #781FAB;
}
</style>