Shades of Purple Heart #741FD2
Tints of Purple Heart #741FD2
RGB
CMYK
RGB Variations
Color information
#741FD2 (or 0x741FD2) is known color: Purple Heart. HEX triplet: 74, 1F and D2. RGB value is (116,31,210). Sum of RGB (Red+Green+Blue) = 116+31+210=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #741FD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FD2 is #8BE02D. Grayscale: #4C4C4C. Windows color (decimal): -9166894 or 13770612. OLE color: 13770612.
HSL color Cylindrical-coordinate representation of color #741FD2: hue angle of 268.49º 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 #741FD2 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 31 | 210 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.18 |
| HSL | 268.49º | 0.74% | 0.47% | - |
| HSV(B) | 268.49º | 0.85% | 0.82% | - |
| XYZ | 19.33 | 9.35 | 61.76 | - |
| YUV | 76.82 | 203.16 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 210 | 0.45 | 0.85 | 0 | 0.18 | 268.49 | 0.74 | 0.47 |
| Hex | 74 | 1F | D2 | 2D | 55 | 0 | 12 | 10C | 4A | 2F |
| Octal | 164 | 37 | 322 | 55 | 125 | 0 | 22 | 414 | 112 | 57 |
| Binary | 1110100 | 11111 | 11010010 | 101101 | 1010101 | 0 | 10010 | 100001100 | 1001010 | 101111 |
Color Harmonies of #741FD2
Complementary color
Monochromatic Colors of #741FD2
Black with #741FD2
Text Example
Text Example
White with #741FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FD2; }
p { color: rgb(116,31,210); }
H1.HeaderClassName
{
color: #741FD2;
}
.AnyTagClassName
{
color: #741FD2;
}
</style>
background-color css
<style>
a { background-color: #741FD2; }
a { background-color: rgb(116,31,210); }
div.DivClassName
{
background-color: #741FD2;
}
.BgClassName
{
background-color: #741FD2;
}
</style>
border-color css
<style>
span { border-color: #741FD2; }
span { border-color: rgb(116,31,210); }
td.TdClassName
{
border-color: #741FD2;
}
.TagClassName
{
border-color: #741FD2;
}
</style>