Shades of Purple Heart #781FC3
Tints of Purple Heart #781FC3
RGB
CMYK
RGB Variations
Color information
#781FC3 (or 0x781FC3) is known color: Purple Heart. HEX triplet: 78, 1F and C3. RGB value is (120,31,195). Sum of RGB (Red+Green+Blue) = 120+31+195=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 195 (76.56% from 255 or 56.36% from 346); Max value from RGB is 195 - color contains mainly: blue. Hex color #781FC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781FC3 is #87E03C. Grayscale: #4B4B4B. Windows color (decimal): -8904765 or 12787576. OLE color: 12787576.
HSL color Cylindrical-coordinate representation of color #781FC3: hue angle of 272.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781FC3 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 31 | 195 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.24 |
| HSL | 272.56º | 0.73% | 0.44% | - |
| HSV(B) | 272.56º | 0.84% | 0.76% | - |
| XYZ | 18.09 | 8.91 | 52.4 | - |
| YUV | 76.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 195 | 0.38 | 0.84 | 0 | 0.24 | 272.56 | 0.73 | 0.44 |
| Hex | 78 | 1F | C3 | 26 | 54 | 0 | 18 | 111 | 49 | 2C |
| Octal | 170 | 37 | 303 | 46 | 124 | 0 | 30 | 421 | 111 | 54 |
| Binary | 1111000 | 11111 | 11000011 | 100110 | 1010100 | 0 | 11000 | 100010001 | 1001001 | 101100 |
Color Harmonies of #781FC3
Complementary color
Monochromatic Colors of #781FC3
Black with #781FC3
Text Example
Text Example
White with #781FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781FC3; }
p { color: rgb(120,31,195); }
H1.HeaderClassName
{
color: #781FC3;
}
.AnyTagClassName
{
color: #781FC3;
}
</style>
background-color css
<style>
a { background-color: #781FC3; }
a { background-color: rgb(120,31,195); }
div.DivClassName
{
background-color: #781FC3;
}
.BgClassName
{
background-color: #781FC3;
}
</style>
border-color css
<style>
span { border-color: #781FC3; }
span { border-color: rgb(120,31,195); }
td.TdClassName
{
border-color: #781FC3;
}
.TagClassName
{
border-color: #781FC3;
}
</style>