Shades of Purple Heart #731FAC
Tints of Purple Heart #731FAC
RGB
CMYK
RGB Variations
Color information
#731FAC (or 0x731FAC) is known color: Purple Heart. HEX triplet: 73, 1F and AC. RGB value is (115,31,172). Sum of RGB (Red+Green+Blue) = 115+31+172=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #731FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731FAC is #8CE053. Grayscale: #474747. Windows color (decimal): -9232468 or 11280243. OLE color: 11280243.
HSL color Cylindrical-coordinate representation of color #731FAC: hue angle of 275.74º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731FAC is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 31 | 172 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.33 |
| HSL | 275.74º | 0.69% | 0.4% | - |
| HSV(B) | 275.74º | 0.82% | 0.67% | - |
| XYZ | 15.01 | 7.6 | 39.71 | - |
| YUV | 72.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 172 | 0.33 | 0.82 | 0 | 0.33 | 275.74 | 0.69 | 0.4 |
| Hex | 73 | 1F | AC | 21 | 52 | 0 | 21 | 114 | 45 | 28 |
| Octal | 163 | 37 | 254 | 41 | 122 | 0 | 41 | 424 | 105 | 50 |
| Binary | 1110011 | 11111 | 10101100 | 100001 | 1010010 | 0 | 100001 | 100010100 | 1000101 | 101000 |
Color Harmonies of #731FAC
Complementary color
Monochromatic Colors of #731FAC
Black with #731FAC
Text Example
Text Example
White with #731FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731FAC; }
p { color: rgb(115,31,172); }
H1.HeaderClassName
{
color: #731FAC;
}
.AnyTagClassName
{
color: #731FAC;
}
</style>
background-color css
<style>
a { background-color: #731FAC; }
a { background-color: rgb(115,31,172); }
div.DivClassName
{
background-color: #731FAC;
}
.BgClassName
{
background-color: #731FAC;
}
</style>
border-color css
<style>
span { border-color: #731FAC; }
span { border-color: rgb(115,31,172); }
td.TdClassName
{
border-color: #731FAC;
}
.TagClassName
{
border-color: #731FAC;
}
</style>