Shades of Purple Heart #731BB8
Tints of Purple Heart #731BB8
RGB
CMYK
RGB Variations
Color information
#731BB8 (or 0x731BB8) is known color: Purple Heart. HEX triplet: 73, 1B and B8. RGB value is (115,27,184). Sum of RGB (Red+Green+Blue) = 115+27+184=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 27 (10.94% from 255 or 8.28% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #731BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731BB8 is #8CE447. Grayscale: #464646. Windows color (decimal): -9233480 or 12065651. OLE color: 12065651.
HSL color Cylindrical-coordinate representation of color #731BB8: hue angle of 273.63º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731BB8 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 27 | 184 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.28 |
| HSL | 273.63º | 0.74% | 0.41% | - |
| HSV(B) | 273.63º | 0.85% | 0.72% | - |
| XYZ | 16.11 | 7.89 | 46.02 | - |
| YUV | 71.21 | 191.65 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 184 | 0.38 | 0.85 | 0 | 0.28 | 273.63 | 0.74 | 0.41 |
| Hex | 73 | 1B | B8 | 26 | 55 | 0 | 1C | 112 | 4A | 29 |
| Octal | 163 | 33 | 270 | 46 | 125 | 0 | 34 | 422 | 112 | 51 |
| Binary | 1110011 | 11011 | 10111000 | 100110 | 1010101 | 0 | 11100 | 100010010 | 1001010 | 101001 |
Color Harmonies of #731BB8
Complementary color
Monochromatic Colors of #731BB8
Black with #731BB8
Text Example
Text Example
White with #731BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731BB8; }
p { color: rgb(115,27,184); }
H1.HeaderClassName
{
color: #731BB8;
}
.AnyTagClassName
{
color: #731BB8;
}
</style>
background-color css
<style>
a { background-color: #731BB8; }
a { background-color: rgb(115,27,184); }
div.DivClassName
{
background-color: #731BB8;
}
.BgClassName
{
background-color: #731BB8;
}
</style>
border-color css
<style>
span { border-color: #731BB8; }
span { border-color: rgb(115,27,184); }
td.TdClassName
{
border-color: #731BB8;
}
.TagClassName
{
border-color: #731BB8;
}
</style>