Shades of Purple Heart #731BCE
Tints of Purple Heart #731BCE
RGB
CMYK
RGB Variations
Color information
#731BCE (or 0x731BCE) is known color: Purple Heart. HEX triplet: 73, 1B and CE. RGB value is (115,27,206). Sum of RGB (Red+Green+Blue) = 115+27+206=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #731BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731BCE is #8CE431. Grayscale: #494949. Windows color (decimal): -9233458 or 13507443. OLE color: 13507443.
HSL color Cylindrical-coordinate representation of color #731BCE: hue angle of 269.5º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731BCE is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 27 | 206 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.19 |
| HSL | 269.5º | 0.77% | 0.46% | - |
| HSV(B) | 269.5º | 0.87% | 0.81% | - |
| XYZ | 18.6 | 8.88 | 59.13 | - |
| YUV | 73.72 | 202.65 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 206 | 0.44 | 0.87 | 0 | 0.19 | 269.5 | 0.77 | 0.46 |
| Hex | 73 | 1B | CE | 2C | 57 | 0 | 13 | 10D | 4D | 2E |
| Octal | 163 | 33 | 316 | 54 | 127 | 0 | 23 | 415 | 115 | 56 |
| Binary | 1110011 | 11011 | 11001110 | 101100 | 1010111 | 0 | 10011 | 100001101 | 1001101 | 101110 |
Color Harmonies of #731BCE
Complementary color
Monochromatic Colors of #731BCE
Black with #731BCE
Text Example
Text Example
White with #731BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731BCE; }
p { color: rgb(115,27,206); }
H1.HeaderClassName
{
color: #731BCE;
}
.AnyTagClassName
{
color: #731BCE;
}
</style>
background-color css
<style>
a { background-color: #731BCE; }
a { background-color: rgb(115,27,206); }
div.DivClassName
{
background-color: #731BCE;
}
.BgClassName
{
background-color: #731BCE;
}
</style>
border-color css
<style>
span { border-color: #731BCE; }
span { border-color: rgb(115,27,206); }
td.TdClassName
{
border-color: #731BCE;
}
.TagClassName
{
border-color: #731BCE;
}
</style>