Shades of Purple Heart #740FB5
Tints of Purple Heart #740FB5
RGB
CMYK
RGB Variations
Color information
#740FB5 (or 0x740FB5) is known color: Purple Heart. HEX triplet: 74, 0F and B5. RGB value is (116,15,181). Sum of RGB (Red+Green+Blue) = 116+15+181=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #740FB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740FB5 is #8BF04A. Grayscale: #3F3F3F. Windows color (decimal): -9171019 or 11865972. OLE color: 11865972.
HSL color Cylindrical-coordinate representation of color #740FB5: hue angle of 276.51º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740FB5 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 15 | 181 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.29 |
| HSL | 276.51º | 0.85% | 0.38% | - |
| HSV(B) | 276.51º | 0.92% | 0.71% | - |
| XYZ | 15.71 | 7.39 | 44.31 | - |
| YUV | 64.12 | 193.96 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 181 | 0.36 | 0.92 | 0 | 0.29 | 276.51 | 0.85 | 0.38 |
| Hex | 74 | F | B5 | 24 | 5C | 0 | 1D | 115 | 55 | 26 |
| Octal | 164 | 17 | 265 | 44 | 134 | 0 | 35 | 425 | 125 | 46 |
| Binary | 1110100 | 1111 | 10110101 | 100100 | 1011100 | 0 | 11101 | 100010101 | 1010101 | 100110 |
Color Harmonies of #740FB5
Complementary color
Monochromatic Colors of #740FB5
Black with #740FB5
Text Example
Text Example
White with #740FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740FB5; }
p { color: rgb(116,15,181); }
H1.HeaderClassName
{
color: #740FB5;
}
.AnyTagClassName
{
color: #740FB5;
}
</style>
background-color css
<style>
a { background-color: #740FB5; }
a { background-color: rgb(116,15,181); }
div.DivClassName
{
background-color: #740FB5;
}
.BgClassName
{
background-color: #740FB5;
}
</style>
border-color css
<style>
span { border-color: #740FB5; }
span { border-color: rgb(116,15,181); }
td.TdClassName
{
border-color: #740FB5;
}
.TagClassName
{
border-color: #740FB5;
}
</style>