Shades of Purple Heart #781CC5
Tints of Purple Heart #781CC5
RGB
CMYK
RGB Variations
Color information
#781CC5 (or 0x781CC5) is known color: Purple Heart. HEX triplet: 78, 1C and C5. RGB value is (120,28,197). Sum of RGB (Red+Green+Blue) = 120+28+197=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #781CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781CC5 is #87E33A. Grayscale: #4A4A4A. Windows color (decimal): -8905531 or 12917880. OLE color: 12917880.
HSL color Cylindrical-coordinate representation of color #781CC5: hue angle of 272.66º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781CC5 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 28 | 197 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.23 |
| HSL | 272.66º | 0.75% | 0.44% | - |
| HSV(B) | 272.66º | 0.86% | 0.77% | - |
| XYZ | 18.24 | 8.85 | 53.57 | - |
| YUV | 74.77 | 196.98 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 197 | 0.39 | 0.86 | 0 | 0.23 | 272.66 | 0.75 | 0.44 |
| Hex | 78 | 1C | C5 | 27 | 56 | 0 | 17 | 111 | 4B | 2C |
| Octal | 170 | 34 | 305 | 47 | 126 | 0 | 27 | 421 | 113 | 54 |
| Binary | 1111000 | 11100 | 11000101 | 100111 | 1010110 | 0 | 10111 | 100010001 | 1001011 | 101100 |
Color Harmonies of #781CC5
Complementary color
Monochromatic Colors of #781CC5
Black with #781CC5
Text Example
Text Example
White with #781CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781CC5; }
p { color: rgb(120,28,197); }
H1.HeaderClassName
{
color: #781CC5;
}
.AnyTagClassName
{
color: #781CC5;
}
</style>
background-color css
<style>
a { background-color: #781CC5; }
a { background-color: rgb(120,28,197); }
div.DivClassName
{
background-color: #781CC5;
}
.BgClassName
{
background-color: #781CC5;
}
</style>
border-color css
<style>
span { border-color: #781CC5; }
span { border-color: rgb(120,28,197); }
td.TdClassName
{
border-color: #781CC5;
}
.TagClassName
{
border-color: #781CC5;
}
</style>