Shades of Purple Heart #742FBD
Tints of Purple Heart #742FBD
RGB
CMYK
RGB Variations
Color information
#742FBD (or 0x742FBD) is known color: Purple Heart. HEX triplet: 74, 2F and BD. RGB value is (116,47,189). Sum of RGB (Red+Green+Blue) = 116+47+189=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #742FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FBD is #8BD042. Grayscale: #535353. Windows color (decimal): -9162819 or 12398452. OLE color: 12398452.
HSL color Cylindrical-coordinate representation of color #742FBD: hue angle of 269.15º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742FBD is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 47 | 189 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.26 |
| HSL | 269.15º | 0.6% | 0.46% | - |
| HSV(B) | 269.15º | 0.75% | 0.74% | - |
| XYZ | 17.4 | 9.42 | 49.05 | - |
| YUV | 83.82 | 187.36 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 189 | 0.39 | 0.75 | 0 | 0.26 | 269.15 | 0.6 | 0.46 |
| Hex | 74 | 2F | BD | 27 | 4B | 0 | 1A | 10D | 3C | 2E |
| Octal | 164 | 57 | 275 | 47 | 113 | 0 | 32 | 415 | 74 | 56 |
| Binary | 1110100 | 101111 | 10111101 | 100111 | 1001011 | 0 | 11010 | 100001101 | 111100 | 101110 |
Color Harmonies of #742FBD
Complementary color
Monochromatic Colors of #742FBD
Black with #742FBD
Text Example
Text Example
White with #742FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FBD; }
p { color: rgb(116,47,189); }
H1.HeaderClassName
{
color: #742FBD;
}
.AnyTagClassName
{
color: #742FBD;
}
</style>
background-color css
<style>
a { background-color: #742FBD; }
a { background-color: rgb(116,47,189); }
div.DivClassName
{
background-color: #742FBD;
}
.BgClassName
{
background-color: #742FBD;
}
</style>
border-color css
<style>
span { border-color: #742FBD; }
span { border-color: rgb(116,47,189); }
td.TdClassName
{
border-color: #742FBD;
}
.TagClassName
{
border-color: #742FBD;
}
</style>