Shades of Purple Heart #742FBE
Tints of Purple Heart #742FBE
RGB
CMYK
RGB Variations
Color information
#742FBE (or 0x742FBE) is known color: Purple Heart. HEX triplet: 74, 2F and BE. RGB value is (116,47,190). Sum of RGB (Red+Green+Blue) = 116+47+190=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #742FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FBE is #8BD041. Grayscale: #535353. Windows color (decimal): -9162818 or 12463988. OLE color: 12463988.
HSL color Cylindrical-coordinate representation of color #742FBE: hue angle of 268.95º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742FBE is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 47 | 190 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.25 |
| HSL | 268.95º | 0.6% | 0.46% | - |
| HSV(B) | 268.95º | 0.75% | 0.75% | - |
| XYZ | 17.51 | 9.46 | 49.62 | - |
| YUV | 83.93 | 187.86 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 190 | 0.39 | 0.75 | 0 | 0.25 | 268.95 | 0.6 | 0.46 |
| Hex | 74 | 2F | BE | 27 | 4B | 0 | 19 | 10D | 3C | 2E |
| Octal | 164 | 57 | 276 | 47 | 113 | 0 | 31 | 415 | 74 | 56 |
| Binary | 1110100 | 101111 | 10111110 | 100111 | 1001011 | 0 | 11001 | 100001101 | 111100 | 101110 |
Color Harmonies of #742FBE
Complementary color
Monochromatic Colors of #742FBE
Black with #742FBE
Text Example
Text Example
White with #742FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FBE; }
p { color: rgb(116,47,190); }
H1.HeaderClassName
{
color: #742FBE;
}
.AnyTagClassName
{
color: #742FBE;
}
</style>
background-color css
<style>
a { background-color: #742FBE; }
a { background-color: rgb(116,47,190); }
div.DivClassName
{
background-color: #742FBE;
}
.BgClassName
{
background-color: #742FBE;
}
</style>
border-color css
<style>
span { border-color: #742FBE; }
span { border-color: rgb(116,47,190); }
td.TdClassName
{
border-color: #742FBE;
}
.TagClassName
{
border-color: #742FBE;
}
</style>