Shades of Purple Heart #742ABF
Tints of Purple Heart #742ABF
RGB
CMYK
RGB Variations
Color information
#742ABF (or 0x742ABF) is known color: Purple Heart. HEX triplet: 74, 2A and BF. RGB value is (116,42,191). Sum of RGB (Red+Green+Blue) = 116+42+191=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #742ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742ABF is #8BD540. Grayscale: #505050. Windows color (decimal): -9164097 or 12528244. OLE color: 12528244.
HSL color Cylindrical-coordinate representation of color #742ABF: hue angle of 269.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742ABF is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 42 | 191 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.25 |
| HSL | 269.8º | 0.64% | 0.46% | - |
| HSV(B) | 269.8º | 0.78% | 0.75% | - |
| XYZ | 17.43 | 9.13 | 50.13 | - |
| YUV | 81.11 | 190.02 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 42 | 191 | 0.39 | 0.78 | 0 | 0.25 | 269.8 | 0.64 | 0.46 |
| Hex | 74 | 2A | BF | 27 | 4E | 0 | 19 | 10E | 40 | 2E |
| Octal | 164 | 52 | 277 | 47 | 116 | 0 | 31 | 416 | 100 | 56 |
| Binary | 1110100 | 101010 | 10111111 | 100111 | 1001110 | 0 | 11001 | 100001110 | 1000000 | 101110 |
Color Harmonies of #742ABF
Complementary color
Monochromatic Colors of #742ABF
Black with #742ABF
Text Example
Text Example
White with #742ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742ABF; }
p { color: rgb(116,42,191); }
H1.HeaderClassName
{
color: #742ABF;
}
.AnyTagClassName
{
color: #742ABF;
}
</style>
background-color css
<style>
a { background-color: #742ABF; }
a { background-color: rgb(116,42,191); }
div.DivClassName
{
background-color: #742ABF;
}
.BgClassName
{
background-color: #742ABF;
}
</style>
border-color css
<style>
span { border-color: #742ABF; }
span { border-color: rgb(116,42,191); }
td.TdClassName
{
border-color: #742ABF;
}
.TagClassName
{
border-color: #742ABF;
}
</style>