Shades of Purple Heart #781FC5
Tints of Purple Heart #781FC5
RGB
CMYK
RGB Variations
Color information
#781FC5 (or 0x781FC5) is known color: Purple Heart. HEX triplet: 78, 1F and C5. RGB value is (120,31,197). Sum of RGB (Red+Green+Blue) = 120+31+197=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 197 (77.34% from 255 or 56.61% from 348); Max value from RGB is 197 - color contains mainly: blue. Hex color #781FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FC5 is #87E03A. Grayscale: #4B4B4B. Windows color (decimal): -8904763 or 12918648. OLE color: 12918648.
HSL color Cylindrical-coordinate representation of color #781FC5: hue angle of 272.17º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781FC5 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 31 | 197 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.23 |
| HSL | 272.17º | 0.73% | 0.45% | - |
| HSV(B) | 272.17º | 0.84% | 0.77% | - |
| XYZ | 18.31 | 9 | 53.6 | - |
| YUV | 76.54 | 195.99 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 197 | 0.39 | 0.84 | 0 | 0.23 | 272.17 | 0.73 | 0.45 |
| Hex | 78 | 1F | C5 | 27 | 54 | 0 | 17 | 110 | 49 | 2D |
| Octal | 170 | 37 | 305 | 47 | 124 | 0 | 27 | 420 | 111 | 55 |
| Binary | 1111000 | 11111 | 11000101 | 100111 | 1010100 | 0 | 10111 | 100010000 | 1001001 | 101101 |
Color Harmonies of #781FC5
Complementary color
Monochromatic Colors of #781FC5
Black with #781FC5
Text Example
Text Example
White with #781FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FC5; }
p { color: rgb(120,31,197); }
H1.HeaderClassName
{
color: #781FC5;
}
.AnyTagClassName
{
color: #781FC5;
}
</style>
background-color css
<style>
a { background-color: #781FC5; }
a { background-color: rgb(120,31,197); }
div.DivClassName
{
background-color: #781FC5;
}
.BgClassName
{
background-color: #781FC5;
}
</style>
border-color css
<style>
span { border-color: #781FC5; }
span { border-color: rgb(120,31,197); }
td.TdClassName
{
border-color: #781FC5;
}
.TagClassName
{
border-color: #781FC5;
}
</style>