Shades of Purple Heart #731BBB
Tints of Purple Heart #731BBB
RGB
CMYK
RGB Variations
Color information
#731BBB (or 0x731BBB) is known color: Purple Heart. HEX triplet: 73, 1B and BB. RGB value is (115,27,187). Sum of RGB (Red+Green+Blue) = 115+27+187=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #731BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731BBB is #8CE444. Grayscale: #474747. Windows color (decimal): -9233477 or 12262259. OLE color: 12262259.
HSL color Cylindrical-coordinate representation of color #731BBB: hue angle of 273º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731BBB is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 27 | 187 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.27 |
| HSL | 273º | 0.75% | 0.42% | - |
| HSV(B) | 273º | 0.86% | 0.73% | - |
| XYZ | 16.43 | 8.02 | 47.7 | - |
| YUV | 71.55 | 193.15 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 187 | 0.39 | 0.86 | 0 | 0.27 | 273 | 0.75 | 0.42 |
| Hex | 73 | 1B | BB | 27 | 56 | 0 | 1B | 111 | 4B | 2A |
| Octal | 163 | 33 | 273 | 47 | 126 | 0 | 33 | 421 | 113 | 52 |
| Binary | 1110011 | 11011 | 10111011 | 100111 | 1010110 | 0 | 11011 | 100010001 | 1001011 | 101010 |
Color Harmonies of #731BBB
Complementary color
Monochromatic Colors of #731BBB
Black with #731BBB
Text Example
Text Example
White with #731BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731BBB; }
p { color: rgb(115,27,187); }
H1.HeaderClassName
{
color: #731BBB;
}
.AnyTagClassName
{
color: #731BBB;
}
</style>
background-color css
<style>
a { background-color: #731BBB; }
a { background-color: rgb(115,27,187); }
div.DivClassName
{
background-color: #731BBB;
}
.BgClassName
{
background-color: #731BBB;
}
</style>
border-color css
<style>
span { border-color: #731BBB; }
span { border-color: rgb(115,27,187); }
td.TdClassName
{
border-color: #731BBB;
}
.TagClassName
{
border-color: #731BBB;
}
</style>