Shades of Purple Heart #7310B3
Tints of Purple Heart #7310B3
RGB
CMYK
RGB Variations
Color information
#7310B3 (or 0x7310B3) is known color: Purple Heart. HEX triplet: 73, 10 and B3. RGB value is (115,16,179). Sum of RGB (Red+Green+Blue) = 115+16+179=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 179 (70.31% from 255 or 57.74% from 310); Max value from RGB is 179 - color contains mainly: blue. Hex color #7310B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7310B3 is #8CEF4C. Grayscale: #3F3F3F. Windows color (decimal): -9236301 or 11735155. OLE color: 11735155.
HSL color Cylindrical-coordinate representation of color #7310B3: hue angle of 276.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7310B3 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 16 | 179 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.30 |
| HSL | 276.44º | 0.84% | 0.38% | - |
| HSV(B) | 276.44º | 0.91% | 0.7% | - |
| XYZ | 15.39 | 7.27 | 43.24 | - |
| YUV | 64.18 | 192.8 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 179 | 0.36 | 0.91 | 0 | 0.30 | 276.44 | 0.84 | 0.38 |
| Hex | 73 | 10 | B3 | 24 | 5B | 0 | 1E | 114 | 54 | 26 |
| Octal | 163 | 20 | 263 | 44 | 133 | 0 | 36 | 424 | 124 | 46 |
| Binary | 1110011 | 10000 | 10110011 | 100100 | 1011011 | 0 | 11110 | 100010100 | 1010100 | 100110 |
Color Harmonies of #7310B3
Complementary color
Monochromatic Colors of #7310B3
Black with #7310B3
Text Example
Text Example
White with #7310B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7310B3; }
p { color: rgb(115,16,179); }
H1.HeaderClassName
{
color: #7310B3;
}
.AnyTagClassName
{
color: #7310B3;
}
</style>
background-color css
<style>
a { background-color: #7310B3; }
a { background-color: rgb(115,16,179); }
div.DivClassName
{
background-color: #7310B3;
}
.BgClassName
{
background-color: #7310B3;
}
</style>
border-color css
<style>
span { border-color: #7310B3; }
span { border-color: rgb(115,16,179); }
td.TdClassName
{
border-color: #7310B3;
}
.TagClassName
{
border-color: #7310B3;
}
</style>