Shades of Purple Heart #741DBB
Tints of Purple Heart #741DBB
RGB
CMYK
RGB Variations
Color information
#741DBB (or 0x741DBB) is known color: Purple Heart. HEX triplet: 74, 1D and BB. RGB value is (116,29,187). Sum of RGB (Red+Green+Blue) = 116+29+187=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #741DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DBB is #8BE244. Grayscale: #484848. Windows color (decimal): -9167429 or 12262772. OLE color: 12262772.
HSL color Cylindrical-coordinate representation of color #741DBB: hue angle of 273.04º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741DBB is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 29 | 187 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.27 |
| HSL | 273.04º | 0.73% | 0.42% | - |
| HSV(B) | 273.04º | 0.84% | 0.73% | - |
| XYZ | 16.61 | 8.18 | 47.72 | - |
| YUV | 73.03 | 192.32 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 187 | 0.38 | 0.84 | 0 | 0.27 | 273.04 | 0.73 | 0.42 |
| Hex | 74 | 1D | BB | 26 | 54 | 0 | 1B | 111 | 49 | 2A |
| Octal | 164 | 35 | 273 | 46 | 124 | 0 | 33 | 421 | 111 | 52 |
| Binary | 1110100 | 11101 | 10111011 | 100110 | 1010100 | 0 | 11011 | 100010001 | 1001001 | 101010 |
Color Harmonies of #741DBB
Complementary color
Monochromatic Colors of #741DBB
Black with #741DBB
Text Example
Text Example
White with #741DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DBB; }
p { color: rgb(116,29,187); }
H1.HeaderClassName
{
color: #741DBB;
}
.AnyTagClassName
{
color: #741DBB;
}
</style>
background-color css
<style>
a { background-color: #741DBB; }
a { background-color: rgb(116,29,187); }
div.DivClassName
{
background-color: #741DBB;
}
.BgClassName
{
background-color: #741DBB;
}
</style>
border-color css
<style>
span { border-color: #741DBB; }
span { border-color: rgb(116,29,187); }
td.TdClassName
{
border-color: #741DBB;
}
.TagClassName
{
border-color: #741DBB;
}
</style>