Shades of Purple Heart #741ACF
Tints of Purple Heart #741ACF
RGB
CMYK
RGB Variations
Color information
#741ACF (or 0x741ACF) is known color: Purple Heart. HEX triplet: 74, 1A and CF. RGB value is (116,26,207). Sum of RGB (Red+Green+Blue) = 116+26+207=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #741ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ACF is #8BE530. Grayscale: #484848. Windows color (decimal): -9168177 or 13572724. OLE color: 13572724.
HSL color Cylindrical-coordinate representation of color #741ACF: hue angle of 269.83º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741ACF is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 26 | 207 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.19 |
| HSL | 269.83º | 0.78% | 0.46% | - |
| HSV(B) | 269.83º | 0.87% | 0.81% | - |
| XYZ | 18.83 | 8.96 | 59.77 | - |
| YUV | 73.54 | 203.32 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 207 | 0.44 | 0.87 | 0 | 0.19 | 269.83 | 0.78 | 0.46 |
| Hex | 74 | 1A | CF | 2C | 57 | 0 | 13 | 10E | 4E | 2E |
| Octal | 164 | 32 | 317 | 54 | 127 | 0 | 23 | 416 | 116 | 56 |
| Binary | 1110100 | 11010 | 11001111 | 101100 | 1010111 | 0 | 10011 | 100001110 | 1001110 | 101110 |
Color Harmonies of #741ACF
Complementary color
Monochromatic Colors of #741ACF
Black with #741ACF
Text Example
Text Example
White with #741ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741ACF; }
p { color: rgb(116,26,207); }
H1.HeaderClassName
{
color: #741ACF;
}
.AnyTagClassName
{
color: #741ACF;
}
</style>
background-color css
<style>
a { background-color: #741ACF; }
a { background-color: rgb(116,26,207); }
div.DivClassName
{
background-color: #741ACF;
}
.BgClassName
{
background-color: #741ACF;
}
</style>
border-color css
<style>
span { border-color: #741ACF; }
span { border-color: rgb(116,26,207); }
td.TdClassName
{
border-color: #741ACF;
}
.TagClassName
{
border-color: #741ACF;
}
</style>