Shades of Purple Heart #731AAB
Tints of Purple Heart #731AAB
RGB
CMYK
RGB Variations
Color information
#731AAB (or 0x731AAB) is known color: Purple Heart. HEX triplet: 73, 1A and AB. RGB value is (115,26,171). Sum of RGB (Red+Green+Blue) = 115+26+171=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #731AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731AAB is #8CE554. Grayscale: #444444. Windows color (decimal): -9233749 or 11213427. OLE color: 11213427.
HSL color Cylindrical-coordinate representation of color #731AAB: hue angle of 276.83º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731AAB is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 26 | 171 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.33 |
| HSL | 276.83º | 0.74% | 0.39% | - |
| HSV(B) | 276.83º | 0.85% | 0.67% | - |
| XYZ | 14.79 | 7.32 | 39.16 | - |
| YUV | 69.14 | 185.49 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 171 | 0.33 | 0.85 | 0 | 0.33 | 276.83 | 0.74 | 0.39 |
| Hex | 73 | 1A | AB | 21 | 55 | 0 | 21 | 115 | 4A | 27 |
| Octal | 163 | 32 | 253 | 41 | 125 | 0 | 41 | 425 | 112 | 47 |
| Binary | 1110011 | 11010 | 10101011 | 100001 | 1010101 | 0 | 100001 | 100010101 | 1001010 | 100111 |
Color Harmonies of #731AAB
Complementary color
Monochromatic Colors of #731AAB
Black with #731AAB
Text Example
Text Example
White with #731AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731AAB; }
p { color: rgb(115,26,171); }
H1.HeaderClassName
{
color: #731AAB;
}
.AnyTagClassName
{
color: #731AAB;
}
</style>
background-color css
<style>
a { background-color: #731AAB; }
a { background-color: rgb(115,26,171); }
div.DivClassName
{
background-color: #731AAB;
}
.BgClassName
{
background-color: #731AAB;
}
</style>
border-color css
<style>
span { border-color: #731AAB; }
span { border-color: rgb(115,26,171); }
td.TdClassName
{
border-color: #731AAB;
}
.TagClassName
{
border-color: #731AAB;
}
</style>