Shades of Purple Heart #731ABD
Tints of Purple Heart #731ABD
RGB
CMYK
RGB Variations
Color information
#731ABD (or 0x731ABD) is known color: Purple Heart. HEX triplet: 73, 1A and BD. RGB value is (115,26,189). Sum of RGB (Red+Green+Blue) = 115+26+189=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #731ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731ABD is #8CE542. Grayscale: #464646. Windows color (decimal): -9233731 or 12393075. OLE color: 12393075.
HSL color Cylindrical-coordinate representation of color #731ABD: hue angle of 272.76º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731ABD is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 26 | 189 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.26 |
| HSL | 272.76º | 0.76% | 0.42% | - |
| HSV(B) | 272.76º | 0.86% | 0.74% | - |
| XYZ | 16.62 | 8.06 | 48.82 | - |
| YUV | 71.19 | 194.49 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 189 | 0.39 | 0.86 | 0 | 0.26 | 272.76 | 0.76 | 0.42 |
| Hex | 73 | 1A | BD | 27 | 56 | 0 | 1A | 111 | 4C | 2A |
| Octal | 163 | 32 | 275 | 47 | 126 | 0 | 32 | 421 | 114 | 52 |
| Binary | 1110011 | 11010 | 10111101 | 100111 | 1010110 | 0 | 11010 | 100010001 | 1001100 | 101010 |
Color Harmonies of #731ABD
Complementary color
Monochromatic Colors of #731ABD
Black with #731ABD
Text Example
Text Example
White with #731ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731ABD; }
p { color: rgb(115,26,189); }
H1.HeaderClassName
{
color: #731ABD;
}
.AnyTagClassName
{
color: #731ABD;
}
</style>
background-color css
<style>
a { background-color: #731ABD; }
a { background-color: rgb(115,26,189); }
div.DivClassName
{
background-color: #731ABD;
}
.BgClassName
{
background-color: #731ABD;
}
</style>
border-color css
<style>
span { border-color: #731ABD; }
span { border-color: rgb(115,26,189); }
td.TdClassName
{
border-color: #731ABD;
}
.TagClassName
{
border-color: #731ABD;
}
</style>