Shades of Purple Heart #741CC0
Tints of Purple Heart #741CC0
RGB
CMYK
RGB Variations
Color information
#741CC0 (or 0x741CC0) is known color: Purple Heart. HEX triplet: 74, 1C and C0. RGB value is (116,28,192). Sum of RGB (Red+Green+Blue) = 116+28+192=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #741CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741CC0 is #8BE33F. Grayscale: #484848. Windows color (decimal): -9167680 or 12590196. OLE color: 12590196.
HSL color Cylindrical-coordinate representation of color #741CC0: hue angle of 272.2º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741CC0 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 28 | 192 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.25 |
| HSL | 272.2º | 0.75% | 0.43% | - |
| HSV(B) | 272.2º | 0.85% | 0.75% | - |
| XYZ | 17.13 | 8.35 | 50.58 | - |
| YUV | 73.01 | 195.15 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 28 | 192 | 0.40 | 0.85 | 0 | 0.25 | 272.2 | 0.75 | 0.43 |
| Hex | 74 | 1C | C0 | 28 | 55 | 0 | 19 | 110 | 4B | 2B |
| Octal | 164 | 34 | 300 | 50 | 125 | 0 | 31 | 420 | 113 | 53 |
| Binary | 1110100 | 11100 | 11000000 | 101000 | 1010101 | 0 | 11001 | 100010000 | 1001011 | 101011 |
Color Harmonies of #741CC0
Complementary color
Monochromatic Colors of #741CC0
Black with #741CC0
Text Example
Text Example
White with #741CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741CC0; }
p { color: rgb(116,28,192); }
H1.HeaderClassName
{
color: #741CC0;
}
.AnyTagClassName
{
color: #741CC0;
}
</style>
background-color css
<style>
a { background-color: #741CC0; }
a { background-color: rgb(116,28,192); }
div.DivClassName
{
background-color: #741CC0;
}
.BgClassName
{
background-color: #741CC0;
}
</style>
border-color css
<style>
span { border-color: #741CC0; }
span { border-color: rgb(116,28,192); }
td.TdClassName
{
border-color: #741CC0;
}
.TagClassName
{
border-color: #741CC0;
}
</style>