Shades of Purple Heart #712DCE
Tints of Purple Heart #712DCE
RGB
CMYK
RGB Variations
Color information
#712DCE (or 0x712DCE) is known color: Purple Heart. HEX triplet: 71, 2D and CE. RGB value is (113,45,206). Sum of RGB (Red+Green+Blue) = 113+45+206=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #712DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DCE is #8ED231. Grayscale: #535353. Windows color (decimal): -9359922 or 13512049. OLE color: 13512049.
HSL color Cylindrical-coordinate representation of color #712DCE: hue angle of 265.34º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712DCE is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 45 | 206 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.19 |
| HSL | 265.34º | 0.64% | 0.49% | - |
| HSV(B) | 265.34º | 0.78% | 0.81% | - |
| XYZ | 18.89 | 9.84 | 59.3 | - |
| YUV | 83.69 | 197.03 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 206 | 0.45 | 0.78 | 0 | 0.19 | 265.34 | 0.64 | 0.49 |
| Hex | 71 | 2D | CE | 2D | 4E | 0 | 13 | 109 | 40 | 31 |
| Octal | 161 | 55 | 316 | 55 | 116 | 0 | 23 | 411 | 100 | 61 |
| Binary | 1110001 | 101101 | 11001110 | 101101 | 1001110 | 0 | 10011 | 100001001 | 1000000 | 110001 |
Color Harmonies of #712DCE
Complementary color
Monochromatic Colors of #712DCE
Black with #712DCE
Text Example
Text Example
White with #712DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DCE; }
p { color: rgb(113,45,206); }
H1.HeaderClassName
{
color: #712DCE;
}
.AnyTagClassName
{
color: #712DCE;
}
</style>
background-color css
<style>
a { background-color: #712DCE; }
a { background-color: rgb(113,45,206); }
div.DivClassName
{
background-color: #712DCE;
}
.BgClassName
{
background-color: #712DCE;
}
</style>
border-color css
<style>
span { border-color: #712DCE; }
span { border-color: rgb(113,45,206); }
td.TdClassName
{
border-color: #712DCE;
}
.TagClassName
{
border-color: #712DCE;
}
</style>