Shades of Purple Heart #740FB3
Tints of Purple Heart #740FB3
RGB
CMYK
RGB Variations
Color information
#740FB3 (or 0x740FB3) is known color: Purple Heart. HEX triplet: 74, 0F and B3. RGB value is (116,15,179). Sum of RGB (Red+Green+Blue) = 116+15+179=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #740FB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740FB3 is #8BF04C. Grayscale: #3F3F3F. Windows color (decimal): -9171021 or 11734900. OLE color: 11734900.
HSL color Cylindrical-coordinate representation of color #740FB3: hue angle of 276.95º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740FB3 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 15 | 179 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.30 |
| HSL | 276.95º | 0.85% | 0.38% | - |
| HSV(B) | 276.95º | 0.92% | 0.7% | - |
| XYZ | 15.51 | 7.31 | 43.24 | - |
| YUV | 63.9 | 192.96 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 15 | 179 | 0.35 | 0.92 | 0 | 0.30 | 276.95 | 0.85 | 0.38 |
| Hex | 74 | F | B3 | 23 | 5C | 0 | 1E | 115 | 55 | 26 |
| Octal | 164 | 17 | 263 | 43 | 134 | 0 | 36 | 425 | 125 | 46 |
| Binary | 1110100 | 1111 | 10110011 | 100011 | 1011100 | 0 | 11110 | 100010101 | 1010101 | 100110 |
Color Harmonies of #740FB3
Complementary color
Monochromatic Colors of #740FB3
Black with #740FB3
Text Example
Text Example
White with #740FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740FB3; }
p { color: rgb(116,15,179); }
H1.HeaderClassName
{
color: #740FB3;
}
.AnyTagClassName
{
color: #740FB3;
}
</style>
background-color css
<style>
a { background-color: #740FB3; }
a { background-color: rgb(116,15,179); }
div.DivClassName
{
background-color: #740FB3;
}
.BgClassName
{
background-color: #740FB3;
}
</style>
border-color css
<style>
span { border-color: #740FB3; }
span { border-color: rgb(116,15,179); }
td.TdClassName
{
border-color: #740FB3;
}
.TagClassName
{
border-color: #740FB3;
}
</style>