Shades of Purple Heart #7418B7
Tints of Purple Heart #7418B7
RGB
CMYK
RGB Variations
Color information
#7418B7 (or 0x7418B7) is known color: Purple Heart. HEX triplet: 74, 18 and B7. RGB value is (116,24,183). Sum of RGB (Red+Green+Blue) = 116+24+183=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 183 (71.88% from 255 or 56.66% from 323); Max value from RGB is 183 - color contains mainly: blue. Hex color #7418B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7418B7 is #8BE748. Grayscale: #454545. Windows color (decimal): -9168713 or 11999348. OLE color: 11999348.
HSL color Cylindrical-coordinate representation of color #7418B7: hue angle of 274.72º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7418B7 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 24 | 183 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.28 |
| HSL | 274.72º | 0.77% | 0.41% | - |
| HSV(B) | 274.72º | 0.87% | 0.72% | - |
| XYZ | 16.08 | 7.79 | 45.46 | - |
| YUV | 69.63 | 191.98 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 183 | 0.37 | 0.87 | 0 | 0.28 | 274.72 | 0.77 | 0.41 |
| Hex | 74 | 18 | B7 | 25 | 57 | 0 | 1C | 113 | 4D | 29 |
| Octal | 164 | 30 | 267 | 45 | 127 | 0 | 34 | 423 | 115 | 51 |
| Binary | 1110100 | 11000 | 10110111 | 100101 | 1010111 | 0 | 11100 | 100010011 | 1001101 | 101001 |
Color Harmonies of #7418B7
Complementary color
Monochromatic Colors of #7418B7
Black with #7418B7
Text Example
Text Example
White with #7418B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7418B7; }
p { color: rgb(116,24,183); }
H1.HeaderClassName
{
color: #7418B7;
}
.AnyTagClassName
{
color: #7418B7;
}
</style>
background-color css
<style>
a { background-color: #7418B7; }
a { background-color: rgb(116,24,183); }
div.DivClassName
{
background-color: #7418B7;
}
.BgClassName
{
background-color: #7418B7;
}
</style>
border-color css
<style>
span { border-color: #7418B7; }
span { border-color: rgb(116,24,183); }
td.TdClassName
{
border-color: #7418B7;
}
.TagClassName
{
border-color: #7418B7;
}
</style>