Shades of Purple Heart #7441C9
Tints of Purple Heart #7441C9
RGB
CMYK
RGB Variations
Color information
#7441C9 (or 0x7441C9) is known color: Purple Heart. HEX triplet: 74, 41 and C9. RGB value is (116,65,201). Sum of RGB (Red+Green+Blue) = 116+65+201=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #7441C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7441C9 is #8BBE36. Grayscale: #5F5F5F. Windows color (decimal): -9158199 or 13189492. OLE color: 13189492.
HSL color Cylindrical-coordinate representation of color #7441C9: hue angle of 262.5º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7441C9 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 65 | 201 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.21 |
| HSL | 262.5º | 0.56% | 0.52% | - |
| HSV(B) | 262.5º | 0.68% | 0.79% | - |
| XYZ | 19.64 | 11.71 | 56.48 | - |
| YUV | 95.75 | 187.4 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 201 | 0.42 | 0.68 | 0 | 0.21 | 262.5 | 0.56 | 0.52 |
| Hex | 74 | 41 | C9 | 2A | 44 | 0 | 15 | 106 | 38 | 34 |
| Octal | 164 | 101 | 311 | 52 | 104 | 0 | 25 | 406 | 70 | 64 |
| Binary | 1110100 | 1000001 | 11001001 | 101010 | 1000100 | 0 | 10101 | 100000110 | 111000 | 110100 |
Color Harmonies of #7441C9
Complementary color
Monochromatic Colors of #7441C9
Black with #7441C9
Text Example
Text Example
White with #7441C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441C9; }
p { color: rgb(116,65,201); }
H1.HeaderClassName
{
color: #7441C9;
}
.AnyTagClassName
{
color: #7441C9;
}
</style>
background-color css
<style>
a { background-color: #7441C9; }
a { background-color: rgb(116,65,201); }
div.DivClassName
{
background-color: #7441C9;
}
.BgClassName
{
background-color: #7441C9;
}
</style>
border-color css
<style>
span { border-color: #7441C9; }
span { border-color: rgb(116,65,201); }
td.TdClassName
{
border-color: #7441C9;
}
.TagClassName
{
border-color: #7441C9;
}
</style>