Shades of Purple Heart #781CC9
Tints of Purple Heart #781CC9
RGB
CMYK
RGB Variations
Color information
#781CC9 (or 0x781CC9) is known color: Purple Heart. HEX triplet: 78, 1C and C9. RGB value is (120,28,201). Sum of RGB (Red+Green+Blue) = 120+28+201=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #781CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CC9 is #87E336. Grayscale: #4A4A4A. Windows color (decimal): -8905527 or 13180024. OLE color: 13180024.
HSL color Cylindrical-coordinate representation of color #781CC9: hue angle of 271.91º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781CC9 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 28 | 201 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.21 |
| HSL | 271.91º | 0.76% | 0.45% | - |
| HSV(B) | 271.91º | 0.86% | 0.79% | - |
| XYZ | 18.7 | 9.04 | 56.02 | - |
| YUV | 75.23 | 198.98 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 201 | 0.40 | 0.86 | 0 | 0.21 | 271.91 | 0.76 | 0.45 |
| Hex | 78 | 1C | C9 | 28 | 56 | 0 | 15 | 110 | 4C | 2D |
| Octal | 170 | 34 | 311 | 50 | 126 | 0 | 25 | 420 | 114 | 55 |
| Binary | 1111000 | 11100 | 11001001 | 101000 | 1010110 | 0 | 10101 | 100010000 | 1001100 | 101101 |
Color Harmonies of #781CC9
Complementary color
Monochromatic Colors of #781CC9
Black with #781CC9
Text Example
Text Example
White with #781CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CC9; }
p { color: rgb(120,28,201); }
H1.HeaderClassName
{
color: #781CC9;
}
.AnyTagClassName
{
color: #781CC9;
}
</style>
background-color css
<style>
a { background-color: #781CC9; }
a { background-color: rgb(120,28,201); }
div.DivClassName
{
background-color: #781CC9;
}
.BgClassName
{
background-color: #781CC9;
}
</style>
border-color css
<style>
span { border-color: #781CC9; }
span { border-color: rgb(120,28,201); }
td.TdClassName
{
border-color: #781CC9;
}
.TagClassName
{
border-color: #781CC9;
}
</style>