Shades of Purple Heart #741DBF
Tints of Purple Heart #741DBF
RGB
CMYK
RGB Variations
Color information
#741DBF (or 0x741DBF) is known color: Purple Heart. HEX triplet: 74, 1D and BF. RGB value is (116,29,191). Sum of RGB (Red+Green+Blue) = 116+29+191=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #741DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DBF is #8BE240. Grayscale: #484848. Windows color (decimal): -9167425 or 12524916. OLE color: 12524916.
HSL color Cylindrical-coordinate representation of color #741DBF: hue angle of 272.22º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741DBF is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 29 | 191 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.25 |
| HSL | 272.22º | 0.74% | 0.43% | - |
| HSV(B) | 272.22º | 0.85% | 0.75% | - |
| XYZ | 17.05 | 8.35 | 50 | - |
| YUV | 73.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 191 | 0.39 | 0.85 | 0 | 0.25 | 272.22 | 0.74 | 0.43 |
| Hex | 74 | 1D | BF | 27 | 55 | 0 | 19 | 110 | 4A | 2B |
| Octal | 164 | 35 | 277 | 47 | 125 | 0 | 31 | 420 | 112 | 53 |
| Binary | 1110100 | 11101 | 10111111 | 100111 | 1010101 | 0 | 11001 | 100010000 | 1001010 | 101011 |
Color Harmonies of #741DBF
Complementary color
Monochromatic Colors of #741DBF
Black with #741DBF
Text Example
Text Example
White with #741DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DBF; }
p { color: rgb(116,29,191); }
H1.HeaderClassName
{
color: #741DBF;
}
.AnyTagClassName
{
color: #741DBF;
}
</style>
background-color css
<style>
a { background-color: #741DBF; }
a { background-color: rgb(116,29,191); }
div.DivClassName
{
background-color: #741DBF;
}
.BgClassName
{
background-color: #741DBF;
}
</style>
border-color css
<style>
span { border-color: #741DBF; }
span { border-color: rgb(116,29,191); }
td.TdClassName
{
border-color: #741DBF;
}
.TagClassName
{
border-color: #741DBF;
}
</style>