Shades of Purple Heart #740DB1
Tints of Purple Heart #740DB1
RGB
CMYK
RGB Variations
Color information
#740DB1 (or 0x740DB1) is known color: Purple Heart. HEX triplet: 74, 0D and B1. RGB value is (116,13,177). Sum of RGB (Red+Green+Blue) = 116+13+177=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #740DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740DB1 is #8BF24E. Grayscale: #3D3D3D. Windows color (decimal): -9171535 or 11603316. OLE color: 11603316.
HSL color Cylindrical-coordinate representation of color #740DB1: hue angle of 277.68º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740DB1 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 13 | 177 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.31 |
| HSL | 277.68º | 0.86% | 0.37% | - |
| HSV(B) | 277.68º | 0.93% | 0.69% | - |
| XYZ | 15.28 | 7.18 | 42.17 | - |
| YUV | 62.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 177 | 0.34 | 0.93 | 0 | 0.31 | 277.68 | 0.86 | 0.37 |
| Hex | 74 | D | B1 | 22 | 5D | 0 | 1F | 116 | 56 | 25 |
| Octal | 164 | 15 | 261 | 42 | 135 | 0 | 37 | 426 | 126 | 45 |
| Binary | 1110100 | 1101 | 10110001 | 100010 | 1011101 | 0 | 11111 | 100010110 | 1010110 | 100101 |
Color Harmonies of #740DB1
Complementary color
Monochromatic Colors of #740DB1
Black with #740DB1
Text Example
Text Example
White with #740DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740DB1; }
p { color: rgb(116,13,177); }
H1.HeaderClassName
{
color: #740DB1;
}
.AnyTagClassName
{
color: #740DB1;
}
</style>
background-color css
<style>
a { background-color: #740DB1; }
a { background-color: rgb(116,13,177); }
div.DivClassName
{
background-color: #740DB1;
}
.BgClassName
{
background-color: #740DB1;
}
</style>
border-color css
<style>
span { border-color: #740DB1; }
span { border-color: rgb(116,13,177); }
td.TdClassName
{
border-color: #740DB1;
}
.TagClassName
{
border-color: #740DB1;
}
</style>