Shades of Purple Heart #700CCF
Tints of Purple Heart #700CCF
RGB
CMYK
RGB Variations
Color information
#700CCF (or 0x700CCF) is known color: Purple Heart. HEX triplet: 70, 0C and CF. RGB value is (112,12,207). Sum of RGB (Red+Green+Blue) = 112+12+207=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #700CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CCF is #8FF330. Grayscale: #3F3F3F. Windows color (decimal): -9433905 or 13569136. OLE color: 13569136.
HSL color Cylindrical-coordinate representation of color #700CCF: hue angle of 270.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CCF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 12 | 207 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.19 |
| HSL | 270.77º | 0.89% | 0.43% | - |
| HSV(B) | 270.77º | 0.94% | 0.81% | - |
| XYZ | 18.08 | 8.21 | 59.66 | - |
| YUV | 64.13 | 208.63 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 207 | 0.46 | 0.94 | 0 | 0.19 | 270.77 | 0.89 | 0.43 |
| Hex | 70 | C | CF | 2E | 5E | 0 | 13 | 10F | 59 | 2B |
| Octal | 160 | 14 | 317 | 56 | 136 | 0 | 23 | 417 | 131 | 53 |
| Binary | 1110000 | 1100 | 11001111 | 101110 | 1011110 | 0 | 10011 | 100001111 | 1011001 | 101011 |
Color Harmonies of #700CCF
Complementary color
Monochromatic Colors of #700CCF
Black with #700CCF
Text Example
Text Example
White with #700CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CCF; }
p { color: rgb(112,12,207); }
H1.HeaderClassName
{
color: #700CCF;
}
.AnyTagClassName
{
color: #700CCF;
}
</style>
background-color css
<style>
a { background-color: #700CCF; }
a { background-color: rgb(112,12,207); }
div.DivClassName
{
background-color: #700CCF;
}
.BgClassName
{
background-color: #700CCF;
}
</style>
border-color css
<style>
span { border-color: #700CCF; }
span { border-color: rgb(112,12,207); }
td.TdClassName
{
border-color: #700CCF;
}
.TagClassName
{
border-color: #700CCF;
}
</style>