Shades of Purple Heart #731EB8
Tints of Purple Heart #731EB8
RGB
CMYK
RGB Variations
Color information
#731EB8 (or 0x731EB8) is known color: Purple Heart. HEX triplet: 73, 1E and B8. RGB value is (115,30,184). Sum of RGB (Red+Green+Blue) = 115+30+184=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 184 (72.27% from 255 or 55.93% from 329); Max value from RGB is 184 - color contains mainly: blue. Hex color #731EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731EB8 is #8CE147. Grayscale: #484848. Windows color (decimal): -9232712 or 12066419. OLE color: 12066419.
HSL color Cylindrical-coordinate representation of color #731EB8: hue angle of 273.12º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731EB8 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 30 | 184 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.28 |
| HSL | 273.12º | 0.72% | 0.42% | - |
| HSV(B) | 273.12º | 0.84% | 0.72% | - |
| XYZ | 16.19 | 8.03 | 46.05 | - |
| YUV | 72.97 | 190.66 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 184 | 0.38 | 0.84 | 0 | 0.28 | 273.12 | 0.72 | 0.42 |
| Hex | 73 | 1E | B8 | 26 | 54 | 0 | 1C | 111 | 48 | 2A |
| Octal | 163 | 36 | 270 | 46 | 124 | 0 | 34 | 421 | 110 | 52 |
| Binary | 1110011 | 11110 | 10111000 | 100110 | 1010100 | 0 | 11100 | 100010001 | 1001000 | 101010 |
Color Harmonies of #731EB8
Complementary color
Monochromatic Colors of #731EB8
Black with #731EB8
Text Example
Text Example
White with #731EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731EB8; }
p { color: rgb(115,30,184); }
H1.HeaderClassName
{
color: #731EB8;
}
.AnyTagClassName
{
color: #731EB8;
}
</style>
background-color css
<style>
a { background-color: #731EB8; }
a { background-color: rgb(115,30,184); }
div.DivClassName
{
background-color: #731EB8;
}
.BgClassName
{
background-color: #731EB8;
}
</style>
border-color css
<style>
span { border-color: #731EB8; }
span { border-color: rgb(115,30,184); }
td.TdClassName
{
border-color: #731EB8;
}
.TagClassName
{
border-color: #731EB8;
}
</style>