Shades of Purple Heart #712CC9
Tints of Purple Heart #712CC9
RGB
CMYK
RGB Variations
Color information
#712CC9 (or 0x712CC9) is known color: Purple Heart. HEX triplet: 71, 2C and C9. RGB value is (113,44,201). Sum of RGB (Red+Green+Blue) = 113+44+201=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #712CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CC9 is #8ED336. Grayscale: #515151. Windows color (decimal): -9360183 or 13184113. OLE color: 13184113.
HSL color Cylindrical-coordinate representation of color #712CC9: hue angle of 266.37º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712CC9 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 44 | 201 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.21 |
| HSL | 266.37º | 0.64% | 0.48% | - |
| HSV(B) | 266.37º | 0.78% | 0.79% | - |
| XYZ | 18.25 | 9.53 | 56.14 | - |
| YUV | 82.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 201 | 0.44 | 0.78 | 0 | 0.21 | 266.37 | 0.64 | 0.48 |
| Hex | 71 | 2C | C9 | 2C | 4E | 0 | 15 | 10A | 40 | 30 |
| Octal | 161 | 54 | 311 | 54 | 116 | 0 | 25 | 412 | 100 | 60 |
| Binary | 1110001 | 101100 | 11001001 | 101100 | 1001110 | 0 | 10101 | 100001010 | 1000000 | 110000 |
Color Harmonies of #712CC9
Complementary color
Monochromatic Colors of #712CC9
Black with #712CC9
Text Example
Text Example
White with #712CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CC9; }
p { color: rgb(113,44,201); }
H1.HeaderClassName
{
color: #712CC9;
}
.AnyTagClassName
{
color: #712CC9;
}
</style>
background-color css
<style>
a { background-color: #712CC9; }
a { background-color: rgb(113,44,201); }
div.DivClassName
{
background-color: #712CC9;
}
.BgClassName
{
background-color: #712CC9;
}
</style>
border-color css
<style>
span { border-color: #712CC9; }
span { border-color: rgb(113,44,201); }
td.TdClassName
{
border-color: #712CC9;
}
.TagClassName
{
border-color: #712CC9;
}
</style>