Shades of Purple Heart #741FBA
Tints of Purple Heart #741FBA
RGB
CMYK
RGB Variations
Color information
#741FBA (or 0x741FBA) is known color: Purple Heart. HEX triplet: 74, 1F and BA. RGB value is (116,31,186). Sum of RGB (Red+Green+Blue) = 116+31+186=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #741FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FBA is #8BE045. Grayscale: #494949. Windows color (decimal): -9166918 or 12197748. OLE color: 12197748.
HSL color Cylindrical-coordinate representation of color #741FBA: hue angle of 272.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741FBA is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 31 | 186 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.27 |
| HSL | 272.9º | 0.71% | 0.43% | - |
| HSV(B) | 272.9º | 0.83% | 0.73% | - |
| XYZ | 16.56 | 8.24 | 47.17 | - |
| YUV | 74.09 | 191.16 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 186 | 0.38 | 0.83 | 0 | 0.27 | 272.9 | 0.71 | 0.43 |
| Hex | 74 | 1F | BA | 26 | 53 | 0 | 1B | 111 | 47 | 2B |
| Octal | 164 | 37 | 272 | 46 | 123 | 0 | 33 | 421 | 107 | 53 |
| Binary | 1110100 | 11111 | 10111010 | 100110 | 1010011 | 0 | 11011 | 100010001 | 1000111 | 101011 |
Color Harmonies of #741FBA
Complementary color
Monochromatic Colors of #741FBA
Black with #741FBA
Text Example
Text Example
White with #741FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FBA; }
p { color: rgb(116,31,186); }
H1.HeaderClassName
{
color: #741FBA;
}
.AnyTagClassName
{
color: #741FBA;
}
</style>
background-color css
<style>
a { background-color: #741FBA; }
a { background-color: rgb(116,31,186); }
div.DivClassName
{
background-color: #741FBA;
}
.BgClassName
{
background-color: #741FBA;
}
</style>
border-color css
<style>
span { border-color: #741FBA; }
span { border-color: rgb(116,31,186); }
td.TdClassName
{
border-color: #741FBA;
}
.TagClassName
{
border-color: #741FBA;
}
</style>