Shades of Purple Heart #7312B5
Tints of Purple Heart #7312B5
RGB
CMYK
RGB Variations
Color information
#7312B5 (or 0x7312B5) is known color: Purple Heart. HEX triplet: 73, 12 and B5. RGB value is (115,18,181). Sum of RGB (Red+Green+Blue) = 115+18+181=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #7312B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7312B5 is #8CED4A. Grayscale: #414141. Windows color (decimal): -9235787 or 11866739. OLE color: 11866739.
HSL color Cylindrical-coordinate representation of color #7312B5: hue angle of 275.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7312B5 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 18 | 181 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.29 |
| HSL | 275.71º | 0.82% | 0.39% | - |
| HSV(B) | 275.71º | 0.9% | 0.71% | - |
| XYZ | 15.63 | 7.41 | 44.32 | - |
| YUV | 65.59 | 193.14 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 181 | 0.36 | 0.90 | 0 | 0.29 | 275.71 | 0.82 | 0.39 |
| Hex | 73 | 12 | B5 | 24 | 5A | 0 | 1D | 114 | 52 | 27 |
| Octal | 163 | 22 | 265 | 44 | 132 | 0 | 35 | 424 | 122 | 47 |
| Binary | 1110011 | 10010 | 10110101 | 100100 | 1011010 | 0 | 11101 | 100010100 | 1010010 | 100111 |
Color Harmonies of #7312B5
Complementary color
Monochromatic Colors of #7312B5
Black with #7312B5
Text Example
Text Example
White with #7312B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7312B5; }
p { color: rgb(115,18,181); }
H1.HeaderClassName
{
color: #7312B5;
}
.AnyTagClassName
{
color: #7312B5;
}
</style>
background-color css
<style>
a { background-color: #7312B5; }
a { background-color: rgb(115,18,181); }
div.DivClassName
{
background-color: #7312B5;
}
.BgClassName
{
background-color: #7312B5;
}
</style>
border-color css
<style>
span { border-color: #7312B5; }
span { border-color: rgb(115,18,181); }
td.TdClassName
{
border-color: #7312B5;
}
.TagClassName
{
border-color: #7312B5;
}
</style>