Shades of Purple Heart #741FC9
Tints of Purple Heart #741FC9
RGB
CMYK
RGB Variations
Color information
#741FC9 (or 0x741FC9) is known color: Purple Heart. HEX triplet: 74, 1F and C9. RGB value is (116,31,201). Sum of RGB (Red+Green+Blue) = 116+31+201=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #741FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FC9 is #8BE036. Grayscale: #4B4B4B. Windows color (decimal): -9166903 or 13180788. OLE color: 13180788.
HSL color Cylindrical-coordinate representation of color #741FC9: hue angle of 270º degrees, saturation: 0.73, 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 #741FC9 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 31 | 201 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.21 |
| HSL | 270º | 0.73% | 0.45% | - |
| HSV(B) | 270º | 0.85% | 0.79% | - |
| XYZ | 18.24 | 8.91 | 56.02 | - |
| YUV | 75.8 | 198.66 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 201 | 0.42 | 0.85 | 0 | 0.21 | 270 | 0.73 | 0.45 |
| Hex | 74 | 1F | C9 | 2A | 55 | 0 | 15 | 10E | 49 | 2D |
| Octal | 164 | 37 | 311 | 52 | 125 | 0 | 25 | 416 | 111 | 55 |
| Binary | 1110100 | 11111 | 11001001 | 101010 | 1010101 | 0 | 10101 | 100001110 | 1001001 | 101101 |
Color Harmonies of #741FC9
Complementary color
Monochromatic Colors of #741FC9
Black with #741FC9
Text Example
Text Example
White with #741FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FC9; }
p { color: rgb(116,31,201); }
H1.HeaderClassName
{
color: #741FC9;
}
.AnyTagClassName
{
color: #741FC9;
}
</style>
background-color css
<style>
a { background-color: #741FC9; }
a { background-color: rgb(116,31,201); }
div.DivClassName
{
background-color: #741FC9;
}
.BgClassName
{
background-color: #741FC9;
}
</style>
border-color css
<style>
span { border-color: #741FC9; }
span { border-color: rgb(116,31,201); }
td.TdClassName
{
border-color: #741FC9;
}
.TagClassName
{
border-color: #741FC9;
}
</style>