Shades of Purple Heart #741FC5
Tints of Purple Heart #741FC5
RGB
CMYK
RGB Variations
Color information
#741FC5 (or 0x741FC5) is known color: Purple Heart. HEX triplet: 74, 1F and C5. RGB value is (116,31,197). Sum of RGB (Red+Green+Blue) = 116+31+197=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 197 (77.34% from 255 or 57.27% from 344); Max value from RGB is 197 - color contains mainly: blue. Hex color #741FC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FC5 is #8BE03A. Grayscale: #4A4A4A. Windows color (decimal): -9166907 or 12918644. OLE color: 12918644.
HSL color Cylindrical-coordinate representation of color #741FC5: hue angle of 270.72º 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 #741FC5 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 31 | 197 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.23 |
| HSL | 270.72º | 0.73% | 0.45% | - |
| HSV(B) | 270.72º | 0.84% | 0.77% | - |
| XYZ | 17.77 | 8.72 | 53.57 | - |
| YUV | 75.34 | 196.66 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 197 | 0.41 | 0.84 | 0 | 0.23 | 270.72 | 0.73 | 0.45 |
| Hex | 74 | 1F | C5 | 29 | 54 | 0 | 17 | 10F | 49 | 2D |
| Octal | 164 | 37 | 305 | 51 | 124 | 0 | 27 | 417 | 111 | 55 |
| Binary | 1110100 | 11111 | 11000101 | 101001 | 1010100 | 0 | 10111 | 100001111 | 1001001 | 101101 |
Color Harmonies of #741FC5
Complementary color
Monochromatic Colors of #741FC5
Black with #741FC5
Text Example
Text Example
White with #741FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FC5; }
p { color: rgb(116,31,197); }
H1.HeaderClassName
{
color: #741FC5;
}
.AnyTagClassName
{
color: #741FC5;
}
</style>
background-color css
<style>
a { background-color: #741FC5; }
a { background-color: rgb(116,31,197); }
div.DivClassName
{
background-color: #741FC5;
}
.BgClassName
{
background-color: #741FC5;
}
</style>
border-color css
<style>
span { border-color: #741FC5; }
span { border-color: rgb(116,31,197); }
td.TdClassName
{
border-color: #741FC5;
}
.TagClassName
{
border-color: #741FC5;
}
</style>