Shades of Purple Heart #741FCE
Tints of Purple Heart #741FCE
RGB
CMYK
RGB Variations
Color information
#741FCE (or 0x741FCE) is known color: Purple Heart. HEX triplet: 74, 1F and CE. RGB value is (116,31,206). Sum of RGB (Red+Green+Blue) = 116+31+206=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #741FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FCE is #8BE031. Grayscale: #4B4B4B. Windows color (decimal): -9166898 or 13508468. OLE color: 13508468.
HSL color Cylindrical-coordinate representation of color #741FCE: hue angle of 269.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741FCE is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 31 | 206 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.19 |
| HSL | 269.14º | 0.74% | 0.46% | - |
| HSV(B) | 269.14º | 0.85% | 0.81% | - |
| XYZ | 18.83 | 9.15 | 59.17 | - |
| YUV | 76.37 | 201.16 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 206 | 0.44 | 0.85 | 0 | 0.19 | 269.14 | 0.74 | 0.46 |
| Hex | 74 | 1F | CE | 2C | 55 | 0 | 13 | 10D | 4A | 2E |
| Octal | 164 | 37 | 316 | 54 | 125 | 0 | 23 | 415 | 112 | 56 |
| Binary | 1110100 | 11111 | 11001110 | 101100 | 1010101 | 0 | 10011 | 100001101 | 1001010 | 101110 |
Color Harmonies of #741FCE
Complementary color
Monochromatic Colors of #741FCE
Black with #741FCE
Text Example
Text Example
White with #741FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FCE; }
p { color: rgb(116,31,206); }
H1.HeaderClassName
{
color: #741FCE;
}
.AnyTagClassName
{
color: #741FCE;
}
</style>
background-color css
<style>
a { background-color: #741FCE; }
a { background-color: rgb(116,31,206); }
div.DivClassName
{
background-color: #741FCE;
}
.BgClassName
{
background-color: #741FCE;
}
</style>
border-color css
<style>
span { border-color: #741FCE; }
span { border-color: rgb(116,31,206); }
td.TdClassName
{
border-color: #741FCE;
}
.TagClassName
{
border-color: #741FCE;
}
</style>