Shades of Purple Heart #712CCD
Tints of Purple Heart #712CCD
RGB
CMYK
RGB Variations
Color information
#712CCD (or 0x712CCD) is known color: Purple Heart. HEX triplet: 71, 2C and CD. RGB value is (113,44,205). Sum of RGB (Red+Green+Blue) = 113+44+205=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #712CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CCD is #8ED332. Grayscale: #525252. Windows color (decimal): -9360179 or 13446257. OLE color: 13446257.
HSL color Cylindrical-coordinate representation of color #712CCD: hue angle of 265.71º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712CCD is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 44 | 205 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.20 |
| HSL | 265.71º | 0.65% | 0.49% | - |
| HSV(B) | 265.71º | 0.79% | 0.8% | - |
| XYZ | 18.73 | 9.72 | 58.65 | - |
| YUV | 82.99 | 196.86 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 205 | 0.45 | 0.79 | 0 | 0.20 | 265.71 | 0.65 | 0.49 |
| Hex | 71 | 2C | CD | 2D | 4F | 0 | 14 | 10A | 41 | 31 |
| Octal | 161 | 54 | 315 | 55 | 117 | 0 | 24 | 412 | 101 | 61 |
| Binary | 1110001 | 101100 | 11001101 | 101101 | 1001111 | 0 | 10100 | 100001010 | 1000001 | 110001 |
Color Harmonies of #712CCD
Complementary color
Monochromatic Colors of #712CCD
Black with #712CCD
Text Example
Text Example
White with #712CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CCD; }
p { color: rgb(113,44,205); }
H1.HeaderClassName
{
color: #712CCD;
}
.AnyTagClassName
{
color: #712CCD;
}
</style>
background-color css
<style>
a { background-color: #712CCD; }
a { background-color: rgb(113,44,205); }
div.DivClassName
{
background-color: #712CCD;
}
.BgClassName
{
background-color: #712CCD;
}
</style>
border-color css
<style>
span { border-color: #712CCD; }
span { border-color: rgb(113,44,205); }
td.TdClassName
{
border-color: #712CCD;
}
.TagClassName
{
border-color: #712CCD;
}
</style>