Shades of Purple Heart #741FD1
Tints of Purple Heart #741FD1
RGB
CMYK
RGB Variations
Color information
#741FD1 (or 0x741FD1) is known color: Purple Heart. HEX triplet: 74, 1F and D1. RGB value is (116,31,209). Sum of RGB (Red+Green+Blue) = 116+31+209=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #741FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FD1 is #8BE02E. Grayscale: #4C4C4C. Windows color (decimal): -9166895 or 13705076. OLE color: 13705076.
HSL color Cylindrical-coordinate representation of color #741FD1: hue angle of 268.65º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741FD1 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 31 | 209 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.18 |
| HSL | 268.65º | 0.74% | 0.47% | - |
| HSV(B) | 268.65º | 0.85% | 0.82% | - |
| XYZ | 19.2 | 9.3 | 61.1 | - |
| YUV | 76.71 | 202.66 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 209 | 0.44 | 0.85 | 0 | 0.18 | 268.65 | 0.74 | 0.47 |
| Hex | 74 | 1F | D1 | 2C | 55 | 0 | 12 | 10D | 4A | 2F |
| Octal | 164 | 37 | 321 | 54 | 125 | 0 | 22 | 415 | 112 | 57 |
| Binary | 1110100 | 11111 | 11010001 | 101100 | 1010101 | 0 | 10010 | 100001101 | 1001010 | 101111 |
Color Harmonies of #741FD1
Complementary color
Monochromatic Colors of #741FD1
Black with #741FD1
Text Example
Text Example
White with #741FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FD1; }
p { color: rgb(116,31,209); }
H1.HeaderClassName
{
color: #741FD1;
}
.AnyTagClassName
{
color: #741FD1;
}
</style>
background-color css
<style>
a { background-color: #741FD1; }
a { background-color: rgb(116,31,209); }
div.DivClassName
{
background-color: #741FD1;
}
.BgClassName
{
background-color: #741FD1;
}
</style>
border-color css
<style>
span { border-color: #741FD1; }
span { border-color: rgb(116,31,209); }
td.TdClassName
{
border-color: #741FD1;
}
.TagClassName
{
border-color: #741FD1;
}
</style>