Shades of Purple Heart #741EC8
Tints of Purple Heart #741EC8
RGB
CMYK
RGB Variations
Color information
#741EC8 (or 0x741EC8) is known color: Purple Heart. HEX triplet: 74, 1E and C8. RGB value is (116,30,200). Sum of RGB (Red+Green+Blue) = 116+30+200=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #741EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741EC8 is #8BE137. Grayscale: #4A4A4A. Windows color (decimal): -9167160 or 13114996. OLE color: 13114996.
HSL color Cylindrical-coordinate representation of color #741EC8: hue angle of 270.35º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741EC8 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 30 | 200 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.22 |
| HSL | 270.35º | 0.74% | 0.45% | - |
| HSV(B) | 270.35º | 0.85% | 0.78% | - |
| XYZ | 18.09 | 8.81 | 55.39 | - |
| YUV | 75.09 | 198.49 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 200 | 0.42 | 0.85 | 0 | 0.22 | 270.35 | 0.74 | 0.45 |
| Hex | 74 | 1E | C8 | 2A | 55 | 0 | 16 | 10E | 4A | 2D |
| Octal | 164 | 36 | 310 | 52 | 125 | 0 | 26 | 416 | 112 | 55 |
| Binary | 1110100 | 11110 | 11001000 | 101010 | 1010101 | 0 | 10110 | 100001110 | 1001010 | 101101 |
Color Harmonies of #741EC8
Complementary color
Monochromatic Colors of #741EC8
Black with #741EC8
Text Example
Text Example
White with #741EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741EC8; }
p { color: rgb(116,30,200); }
H1.HeaderClassName
{
color: #741EC8;
}
.AnyTagClassName
{
color: #741EC8;
}
</style>
background-color css
<style>
a { background-color: #741EC8; }
a { background-color: rgb(116,30,200); }
div.DivClassName
{
background-color: #741EC8;
}
.BgClassName
{
background-color: #741EC8;
}
</style>
border-color css
<style>
span { border-color: #741EC8; }
span { border-color: rgb(116,30,200); }
td.TdClassName
{
border-color: #741EC8;
}
.TagClassName
{
border-color: #741EC8;
}
</style>