Shades of Purple Heart #731CCD
Tints of Purple Heart #731CCD
RGB
CMYK
RGB Variations
Color information
#731CCD (or 0x731CCD) is known color: Purple Heart. HEX triplet: 73, 1C and CD. RGB value is (115,28,205). Sum of RGB (Red+Green+Blue) = 115+28+205=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #731CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731CCD is #8CE332. Grayscale: #494949. Windows color (decimal): -9233203 or 13442163. OLE color: 13442163.
HSL color Cylindrical-coordinate representation of color #731CCD: hue angle of 269.49º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731CCD is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 28 | 205 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.20 |
| HSL | 269.49º | 0.76% | 0.46% | - |
| HSV(B) | 269.49º | 0.86% | 0.8% | - |
| XYZ | 18.5 | 8.88 | 58.5 | - |
| YUV | 74.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 205 | 0.44 | 0.86 | 0 | 0.20 | 269.49 | 0.76 | 0.46 |
| Hex | 73 | 1C | CD | 2C | 56 | 0 | 14 | 10D | 4C | 2E |
| Octal | 163 | 34 | 315 | 54 | 126 | 0 | 24 | 415 | 114 | 56 |
| Binary | 1110011 | 11100 | 11001101 | 101100 | 1010110 | 0 | 10100 | 100001101 | 1001100 | 101110 |
Color Harmonies of #731CCD
Complementary color
Monochromatic Colors of #731CCD
Black with #731CCD
Text Example
Text Example
White with #731CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731CCD; }
p { color: rgb(115,28,205); }
H1.HeaderClassName
{
color: #731CCD;
}
.AnyTagClassName
{
color: #731CCD;
}
</style>
background-color css
<style>
a { background-color: #731CCD; }
a { background-color: rgb(115,28,205); }
div.DivClassName
{
background-color: #731CCD;
}
.BgClassName
{
background-color: #731CCD;
}
</style>
border-color css
<style>
span { border-color: #731CCD; }
span { border-color: rgb(115,28,205); }
td.TdClassName
{
border-color: #731CCD;
}
.TagClassName
{
border-color: #731CCD;
}
</style>