Shades of Purple Heart #700CC9
Tints of Purple Heart #700CC9
RGB
CMYK
RGB Variations
Color information
#700CC9 (or 0x700CC9) is known color: Purple Heart. HEX triplet: 70, 0C and C9. RGB value is (112,12,201). Sum of RGB (Red+Green+Blue) = 112+12+201=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 201 (78.91% from 255 or 61.85% from 325); Max value from RGB is 201 - color contains mainly: blue. Hex color #700CC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CC9 is #8FF336. Grayscale: #3E3E3E. Windows color (decimal): -9433911 or 13175920. OLE color: 13175920.
HSL color Cylindrical-coordinate representation of color #700CC9: hue angle of 271.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CC9 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 12 | 201 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.21 |
| HSL | 271.75º | 0.89% | 0.42% | - |
| HSV(B) | 271.75º | 0.94% | 0.79% | - |
| XYZ | 17.36 | 7.92 | 55.87 | - |
| YUV | 63.45 | 205.63 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 201 | 0.44 | 0.94 | 0 | 0.21 | 271.75 | 0.89 | 0.42 |
| Hex | 70 | C | C9 | 2C | 5E | 0 | 15 | 110 | 59 | 2A |
| Octal | 160 | 14 | 311 | 54 | 136 | 0 | 25 | 420 | 131 | 52 |
| Binary | 1110000 | 1100 | 11001001 | 101100 | 1011110 | 0 | 10101 | 100010000 | 1011001 | 101010 |
Color Harmonies of #700CC9
Complementary color
Monochromatic Colors of #700CC9
Black with #700CC9
Text Example
Text Example
White with #700CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CC9; }
p { color: rgb(112,12,201); }
H1.HeaderClassName
{
color: #700CC9;
}
.AnyTagClassName
{
color: #700CC9;
}
</style>
background-color css
<style>
a { background-color: #700CC9; }
a { background-color: rgb(112,12,201); }
div.DivClassName
{
background-color: #700CC9;
}
.BgClassName
{
background-color: #700CC9;
}
</style>
border-color css
<style>
span { border-color: #700CC9; }
span { border-color: rgb(112,12,201); }
td.TdClassName
{
border-color: #700CC9;
}
.TagClassName
{
border-color: #700CC9;
}
</style>