Shades of Purple Heart #712DCD
Tints of Purple Heart #712DCD
RGB
CMYK
RGB Variations
Color information
#712DCD (or 0x712DCD) is known color: Purple Heart. HEX triplet: 71, 2D and CD. RGB value is (113,45,205). Sum of RGB (Red+Green+Blue) = 113+45+205=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #712DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DCD is #8ED232. Grayscale: #535353. Windows color (decimal): -9359923 or 13446513. OLE color: 13446513.
HSL color Cylindrical-coordinate representation of color #712DCD: hue angle of 265.5º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712DCD is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 45 | 205 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.20 |
| HSL | 265.5º | 0.64% | 0.49% | - |
| HSV(B) | 265.5º | 0.78% | 0.8% | - |
| XYZ | 18.77 | 9.8 | 58.66 | - |
| YUV | 83.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 205 | 0.45 | 0.78 | 0 | 0.20 | 265.5 | 0.64 | 0.49 |
| Hex | 71 | 2D | CD | 2D | 4E | 0 | 14 | 10A | 40 | 31 |
| Octal | 161 | 55 | 315 | 55 | 116 | 0 | 24 | 412 | 100 | 61 |
| Binary | 1110001 | 101101 | 11001101 | 101101 | 1001110 | 0 | 10100 | 100001010 | 1000000 | 110001 |
Color Harmonies of #712DCD
Complementary color
Monochromatic Colors of #712DCD
Black with #712DCD
Text Example
Text Example
White with #712DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DCD; }
p { color: rgb(113,45,205); }
H1.HeaderClassName
{
color: #712DCD;
}
.AnyTagClassName
{
color: #712DCD;
}
</style>
background-color css
<style>
a { background-color: #712DCD; }
a { background-color: rgb(113,45,205); }
div.DivClassName
{
background-color: #712DCD;
}
.BgClassName
{
background-color: #712DCD;
}
</style>
border-color css
<style>
span { border-color: #712DCD; }
span { border-color: rgb(113,45,205); }
td.TdClassName
{
border-color: #712DCD;
}
.TagClassName
{
border-color: #712DCD;
}
</style>