Shades of Purple Heart #741FC4
Tints of Purple Heart #741FC4
RGB
CMYK
RGB Variations
Color information
#741FC4 (or 0x741FC4) is known color: Purple Heart. HEX triplet: 74, 1F and C4. RGB value is (116,31,196). Sum of RGB (Red+Green+Blue) = 116+31+196=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 196 (76.95% from 255 or 57.14% from 343); Max value from RGB is 196 - color contains mainly: blue. Hex color #741FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FC4 is #8BE03B. Grayscale: #4A4A4A. Windows color (decimal): -9166908 or 12853108. OLE color: 12853108.
HSL color Cylindrical-coordinate representation of color #741FC4: hue angle of 270.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741FC4 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 31 | 196 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.23 |
| HSL | 270.91º | 0.73% | 0.45% | - |
| HSV(B) | 270.91º | 0.84% | 0.77% | - |
| XYZ | 17.66 | 8.68 | 52.97 | - |
| YUV | 75.23 | 196.16 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 196 | 0.41 | 0.84 | 0 | 0.23 | 270.91 | 0.73 | 0.45 |
| Hex | 74 | 1F | C4 | 29 | 54 | 0 | 17 | 10F | 49 | 2D |
| Octal | 164 | 37 | 304 | 51 | 124 | 0 | 27 | 417 | 111 | 55 |
| Binary | 1110100 | 11111 | 11000100 | 101001 | 1010100 | 0 | 10111 | 100001111 | 1001001 | 101101 |
Color Harmonies of #741FC4
Complementary color
Monochromatic Colors of #741FC4
Black with #741FC4
Text Example
Text Example
White with #741FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FC4; }
p { color: rgb(116,31,196); }
H1.HeaderClassName
{
color: #741FC4;
}
.AnyTagClassName
{
color: #741FC4;
}
</style>
background-color css
<style>
a { background-color: #741FC4; }
a { background-color: rgb(116,31,196); }
div.DivClassName
{
background-color: #741FC4;
}
.BgClassName
{
background-color: #741FC4;
}
</style>
border-color css
<style>
span { border-color: #741FC4; }
span { border-color: rgb(116,31,196); }
td.TdClassName
{
border-color: #741FC4;
}
.TagClassName
{
border-color: #741FC4;
}
</style>