Shades of Purple Heart #781BC6
Tints of Purple Heart #781BC6
RGB
CMYK
RGB Variations
Color information
#781BC6 (or 0x781BC6) is known color: Purple Heart. HEX triplet: 78, 1B and C6. RGB value is (120,27,198). Sum of RGB (Red+Green+Blue) = 120+27+198=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #781BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781BC6 is #87E439. Grayscale: #494949. Windows color (decimal): -8905786 or 12983160. OLE color: 12983160.
HSL color Cylindrical-coordinate representation of color #781BC6: hue angle of 272.63º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781BC6 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 27 | 198 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.22 |
| HSL | 272.63º | 0.76% | 0.44% | - |
| HSV(B) | 272.63º | 0.86% | 0.78% | - |
| XYZ | 18.33 | 8.85 | 54.17 | - |
| YUV | 74.3 | 197.81 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 198 | 0.39 | 0.86 | 0 | 0.22 | 272.63 | 0.76 | 0.44 |
| Hex | 78 | 1B | C6 | 27 | 56 | 0 | 16 | 111 | 4C | 2C |
| Octal | 170 | 33 | 306 | 47 | 126 | 0 | 26 | 421 | 114 | 54 |
| Binary | 1111000 | 11011 | 11000110 | 100111 | 1010110 | 0 | 10110 | 100010001 | 1001100 | 101100 |
Color Harmonies of #781BC6
Complementary color
Monochromatic Colors of #781BC6
Black with #781BC6
Text Example
Text Example
White with #781BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781BC6; }
p { color: rgb(120,27,198); }
H1.HeaderClassName
{
color: #781BC6;
}
.AnyTagClassName
{
color: #781BC6;
}
</style>
background-color css
<style>
a { background-color: #781BC6; }
a { background-color: rgb(120,27,198); }
div.DivClassName
{
background-color: #781BC6;
}
.BgClassName
{
background-color: #781BC6;
}
</style>
border-color css
<style>
span { border-color: #781BC6; }
span { border-color: rgb(120,27,198); }
td.TdClassName
{
border-color: #781BC6;
}
.TagClassName
{
border-color: #781BC6;
}
</style>