Shades of Purple Heart #741DCC
Tints of Purple Heart #741DCC
RGB
CMYK
RGB Variations
Color information
#741DCC (or 0x741DCC) is known color: Purple Heart. HEX triplet: 74, 1D and CC. RGB value is (116,29,204). Sum of RGB (Red+Green+Blue) = 116+29+204=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #741DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DCC is #8BE233. Grayscale: #4A4A4A. Windows color (decimal): -9167412 or 13376884. OLE color: 13376884.
HSL color Cylindrical-coordinate representation of color #741DCC: hue angle of 269.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741DCC is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 29 | 204 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.2 |
| HSL | 269.83º | 0.75% | 0.46% | - |
| HSV(B) | 269.83º | 0.86% | 0.8% | - |
| XYZ | 18.54 | 8.95 | 57.88 | - |
| YUV | 74.96 | 200.82 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 29 | 204 | 0.43 | 0.86 | 0 | 0.2 | 269.83 | 0.75 | 0.46 |
| Hex | 74 | 1D | CC | 2B | 56 | 0 | 14 | 10E | 4B | 2E |
| Octal | 164 | 35 | 314 | 53 | 126 | 0 | 24 | 416 | 113 | 56 |
| Binary | 1110100 | 11101 | 11001100 | 101011 | 1010110 | 0 | 10100 | 100001110 | 1001011 | 101110 |
Color Harmonies of #741DCC
Complementary color
Monochromatic Colors of #741DCC
Black with #741DCC
Text Example
Text Example
White with #741DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741DCC; }
p { color: rgb(116,29,204); }
H1.HeaderClassName
{
color: #741DCC;
}
.AnyTagClassName
{
color: #741DCC;
}
</style>
background-color css
<style>
a { background-color: #741DCC; }
a { background-color: rgb(116,29,204); }
div.DivClassName
{
background-color: #741DCC;
}
.BgClassName
{
background-color: #741DCC;
}
</style>
border-color css
<style>
span { border-color: #741DCC; }
span { border-color: rgb(116,29,204); }
td.TdClassName
{
border-color: #741DCC;
}
.TagClassName
{
border-color: #741DCC;
}
</style>