Shades of Purple Heart #741ECA
Tints of Purple Heart #741ECA
RGB
CMYK
RGB Variations
Color information
#741ECA (or 0x741ECA) is known color: Purple Heart. HEX triplet: 74, 1E and CA. RGB value is (116,30,202). Sum of RGB (Red+Green+Blue) = 116+30+202=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #741ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741ECA is #8BE135. Grayscale: #4A4A4A. Windows color (decimal): -9167158 or 13246068. OLE color: 13246068.
HSL color Cylindrical-coordinate representation of color #741ECA: hue angle of 270º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741ECA is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 30 | 202 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.21 |
| HSL | 270º | 0.74% | 0.45% | - |
| HSV(B) | 270º | 0.85% | 0.79% | - |
| XYZ | 18.33 | 8.91 | 56.63 | - |
| YUV | 75.32 | 199.49 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 30 | 202 | 0.43 | 0.85 | 0 | 0.21 | 270 | 0.74 | 0.45 |
| Hex | 74 | 1E | CA | 2B | 55 | 0 | 15 | 10E | 4A | 2D |
| Octal | 164 | 36 | 312 | 53 | 125 | 0 | 25 | 416 | 112 | 55 |
| Binary | 1110100 | 11110 | 11001010 | 101011 | 1010101 | 0 | 10101 | 100001110 | 1001010 | 101101 |
Color Harmonies of #741ECA
Complementary color
Monochromatic Colors of #741ECA
Black with #741ECA
Text Example
Text Example
White with #741ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741ECA; }
p { color: rgb(116,30,202); }
H1.HeaderClassName
{
color: #741ECA;
}
.AnyTagClassName
{
color: #741ECA;
}
</style>
background-color css
<style>
a { background-color: #741ECA; }
a { background-color: rgb(116,30,202); }
div.DivClassName
{
background-color: #741ECA;
}
.BgClassName
{
background-color: #741ECA;
}
</style>
border-color css
<style>
span { border-color: #741ECA; }
span { border-color: rgb(116,30,202); }
td.TdClassName
{
border-color: #741ECA;
}
.TagClassName
{
border-color: #741ECA;
}
</style>