Shades of Purple Heart #712BCF
Tints of Purple Heart #712BCF
RGB
CMYK
RGB Variations
Color information
#712BCF (or 0x712BCF) is known color: Purple Heart. HEX triplet: 71, 2B and CF. RGB value is (113,43,207). Sum of RGB (Red+Green+Blue) = 113+43+207=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #712BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BCF is #8ED430. Grayscale: #525252. Windows color (decimal): -9360433 or 13577073. OLE color: 13577073.
HSL color Cylindrical-coordinate representation of color #712BCF: hue angle of 265.61º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712BCF is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 43 | 207 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.19 |
| HSL | 265.61º | 0.66% | 0.49% | - |
| HSV(B) | 265.61º | 0.79% | 0.81% | - |
| XYZ | 18.94 | 9.74 | 59.91 | - |
| YUV | 82.63 | 198.19 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 207 | 0.45 | 0.79 | 0 | 0.19 | 265.61 | 0.66 | 0.49 |
| Hex | 71 | 2B | CF | 2D | 4F | 0 | 13 | 10A | 42 | 31 |
| Octal | 161 | 53 | 317 | 55 | 117 | 0 | 23 | 412 | 102 | 61 |
| Binary | 1110001 | 101011 | 11001111 | 101101 | 1001111 | 0 | 10011 | 100001010 | 1000010 | 110001 |
Color Harmonies of #712BCF
Complementary color
Monochromatic Colors of #712BCF
Black with #712BCF
Text Example
Text Example
White with #712BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BCF; }
p { color: rgb(113,43,207); }
H1.HeaderClassName
{
color: #712BCF;
}
.AnyTagClassName
{
color: #712BCF;
}
</style>
background-color css
<style>
a { background-color: #712BCF; }
a { background-color: rgb(113,43,207); }
div.DivClassName
{
background-color: #712BCF;
}
.BgClassName
{
background-color: #712BCF;
}
</style>
border-color css
<style>
span { border-color: #712BCF; }
span { border-color: rgb(113,43,207); }
td.TdClassName
{
border-color: #712BCF;
}
.TagClassName
{
border-color: #712BCF;
}
</style>