Shades of Purple Heart #731EC0
Tints of Purple Heart #731EC0
RGB
CMYK
RGB Variations
Color information
#731EC0 (or 0x731EC0) is known color: Purple Heart. HEX triplet: 73, 1E and C0. RGB value is (115,30,192). Sum of RGB (Red+Green+Blue) = 115+30+192=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #731EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731EC0 is #8CE13F. Grayscale: #494949. Windows color (decimal): -9232704 or 12590707. OLE color: 12590707.
HSL color Cylindrical-coordinate representation of color #731EC0: hue angle of 271.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731EC0 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 30 | 192 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.25 |
| HSL | 271.48º | 0.73% | 0.44% | - |
| HSV(B) | 271.48º | 0.84% | 0.75% | - |
| XYZ | 17.05 | 8.38 | 50.59 | - |
| YUV | 73.88 | 194.66 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 192 | 0.40 | 0.84 | 0 | 0.25 | 271.48 | 0.73 | 0.44 |
| Hex | 73 | 1E | C0 | 28 | 54 | 0 | 19 | 10F | 49 | 2C |
| Octal | 163 | 36 | 300 | 50 | 124 | 0 | 31 | 417 | 111 | 54 |
| Binary | 1110011 | 11110 | 11000000 | 101000 | 1010100 | 0 | 11001 | 100001111 | 1001001 | 101100 |
Color Harmonies of #731EC0
Complementary color
Monochromatic Colors of #731EC0
Black with #731EC0
Text Example
Text Example
White with #731EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731EC0; }
p { color: rgb(115,30,192); }
H1.HeaderClassName
{
color: #731EC0;
}
.AnyTagClassName
{
color: #731EC0;
}
</style>
background-color css
<style>
a { background-color: #731EC0; }
a { background-color: rgb(115,30,192); }
div.DivClassName
{
background-color: #731EC0;
}
.BgClassName
{
background-color: #731EC0;
}
</style>
border-color css
<style>
span { border-color: #731EC0; }
span { border-color: rgb(115,30,192); }
td.TdClassName
{
border-color: #731EC0;
}
.TagClassName
{
border-color: #731EC0;
}
</style>