Shades of Purple Heart #741BBF
Tints of Purple Heart #741BBF
RGB
CMYK
RGB Variations
Color information
#741BBF (or 0x741BBF) is known color: Purple Heart. HEX triplet: 74, 1B and BF. RGB value is (116,27,191). Sum of RGB (Red+Green+Blue) = 116+27+191=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #741BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741BBF is #8BE440. Grayscale: #474747. Windows color (decimal): -9167937 or 12524404. OLE color: 12524404.
HSL color Cylindrical-coordinate representation of color #741BBF: hue angle of 272.56º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741BBF is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 27 | 191 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.25 |
| HSL | 272.56º | 0.75% | 0.43% | - |
| HSV(B) | 272.56º | 0.86% | 0.75% | - |
| XYZ | 17 | 8.26 | 49.99 | - |
| YUV | 72.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 27 | 191 | 0.39 | 0.86 | 0 | 0.25 | 272.56 | 0.75 | 0.43 |
| Hex | 74 | 1B | BF | 27 | 56 | 0 | 19 | 111 | 4B | 2B |
| Octal | 164 | 33 | 277 | 47 | 126 | 0 | 31 | 421 | 113 | 53 |
| Binary | 1110100 | 11011 | 10111111 | 100111 | 1010110 | 0 | 11001 | 100010001 | 1001011 | 101011 |
Color Harmonies of #741BBF
Complementary color
Monochromatic Colors of #741BBF
Black with #741BBF
Text Example
Text Example
White with #741BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741BBF; }
p { color: rgb(116,27,191); }
H1.HeaderClassName
{
color: #741BBF;
}
.AnyTagClassName
{
color: #741BBF;
}
</style>
background-color css
<style>
a { background-color: #741BBF; }
a { background-color: rgb(116,27,191); }
div.DivClassName
{
background-color: #741BBF;
}
.BgClassName
{
background-color: #741BBF;
}
</style>
border-color css
<style>
span { border-color: #741BBF; }
span { border-color: rgb(116,27,191); }
td.TdClassName
{
border-color: #741BBF;
}
.TagClassName
{
border-color: #741BBF;
}
</style>