Shades of Purple Heart #7312BE
Tints of Purple Heart #7312BE
RGB
CMYK
RGB Variations
Color information
#7312BE (or 0x7312BE) is known color: Purple Heart. HEX triplet: 73, 12 and BE. RGB value is (115,18,190). Sum of RGB (Red+Green+Blue) = 115+18+190=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #7312BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7312BE is #8CED41. Grayscale: #424242. Windows color (decimal): -9235778 or 12456563. OLE color: 12456563.
HSL color Cylindrical-coordinate representation of color #7312BE: hue angle of 273.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7312BE is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 18 | 190 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.25 |
| HSL | 273.84º | 0.83% | 0.41% | - |
| HSV(B) | 273.84º | 0.91% | 0.75% | - |
| XYZ | 16.58 | 7.8 | 49.35 | - |
| YUV | 66.61 | 197.64 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 190 | 0.39 | 0.91 | 0 | 0.25 | 273.84 | 0.83 | 0.41 |
| Hex | 73 | 12 | BE | 27 | 5B | 0 | 19 | 112 | 53 | 29 |
| Octal | 163 | 22 | 276 | 47 | 133 | 0 | 31 | 422 | 123 | 51 |
| Binary | 1110011 | 10010 | 10111110 | 100111 | 1011011 | 0 | 11001 | 100010010 | 1010011 | 101001 |
Color Harmonies of #7312BE
Complementary color
Monochromatic Colors of #7312BE
Black with #7312BE
Text Example
Text Example
White with #7312BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7312BE; }
p { color: rgb(115,18,190); }
H1.HeaderClassName
{
color: #7312BE;
}
.AnyTagClassName
{
color: #7312BE;
}
</style>
background-color css
<style>
a { background-color: #7312BE; }
a { background-color: rgb(115,18,190); }
div.DivClassName
{
background-color: #7312BE;
}
.BgClassName
{
background-color: #7312BE;
}
</style>
border-color css
<style>
span { border-color: #7312BE; }
span { border-color: rgb(115,18,190); }
td.TdClassName
{
border-color: #7312BE;
}
.TagClassName
{
border-color: #7312BE;
}
</style>