Shades of Purple Heart #712DCC
Tints of Purple Heart #712DCC
RGB
CMYK
RGB Variations
Color information
#712DCC (or 0x712DCC) is known color: Purple Heart. HEX triplet: 71, 2D and CC. RGB value is (113,45,204). Sum of RGB (Red+Green+Blue) = 113+45+204=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #712DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DCC is #8ED233. Grayscale: #525252. Windows color (decimal): -9359924 or 13380977. OLE color: 13380977.
HSL color Cylindrical-coordinate representation of color #712DCC: hue angle of 265.66º 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 #712DCC is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 45 | 204 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.2 |
| HSL | 265.66º | 0.64% | 0.49% | - |
| HSV(B) | 265.66º | 0.78% | 0.8% | - |
| XYZ | 18.65 | 9.75 | 58.03 | - |
| YUV | 83.46 | 196.03 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 204 | 0.45 | 0.78 | 0 | 0.2 | 265.66 | 0.64 | 0.49 |
| Hex | 71 | 2D | CC | 2D | 4E | 0 | 14 | 10A | 40 | 31 |
| Octal | 161 | 55 | 314 | 55 | 116 | 0 | 24 | 412 | 100 | 61 |
| Binary | 1110001 | 101101 | 11001100 | 101101 | 1001110 | 0 | 10100 | 100001010 | 1000000 | 110001 |
Color Harmonies of #712DCC
Complementary color
Monochromatic Colors of #712DCC
Black with #712DCC
Text Example
Text Example
White with #712DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DCC; }
p { color: rgb(113,45,204); }
H1.HeaderClassName
{
color: #712DCC;
}
.AnyTagClassName
{
color: #712DCC;
}
</style>
background-color css
<style>
a { background-color: #712DCC; }
a { background-color: rgb(113,45,204); }
div.DivClassName
{
background-color: #712DCC;
}
.BgClassName
{
background-color: #712DCC;
}
</style>
border-color css
<style>
span { border-color: #712DCC; }
span { border-color: rgb(113,45,204); }
td.TdClassName
{
border-color: #712DCC;
}
.TagClassName
{
border-color: #712DCC;
}
</style>