Shades of Purple Heart #7013CF
Tints of Purple Heart #7013CF
RGB
CMYK
RGB Variations
Color information
#7013CF (or 0x7013CF) is known color: Purple Heart. HEX triplet: 70, 13 and CF. RGB value is (112,19,207). Sum of RGB (Red+Green+Blue) = 112+19+207=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #7013CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7013CF is #8FEC30. Grayscale: #434343. Windows color (decimal): -9432113 or 13570928. OLE color: 13570928.
HSL color Cylindrical-coordinate representation of color #7013CF: hue angle of 269.68º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7013CF is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 19 | 207 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.19 |
| HSL | 269.68º | 0.83% | 0.44% | - |
| HSV(B) | 269.68º | 0.91% | 0.81% | - |
| XYZ | 18.18 | 8.42 | 59.7 | - |
| YUV | 68.24 | 206.31 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 207 | 0.46 | 0.91 | 0 | 0.19 | 269.68 | 0.83 | 0.44 |
| Hex | 70 | 13 | CF | 2E | 5B | 0 | 13 | 10E | 53 | 2C |
| Octal | 160 | 23 | 317 | 56 | 133 | 0 | 23 | 416 | 123 | 54 |
| Binary | 1110000 | 10011 | 11001111 | 101110 | 1011011 | 0 | 10011 | 100001110 | 1010011 | 101100 |
Color Harmonies of #7013CF
Complementary color
Monochromatic Colors of #7013CF
Black with #7013CF
Text Example
Text Example
White with #7013CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7013CF; }
p { color: rgb(112,19,207); }
H1.HeaderClassName
{
color: #7013CF;
}
.AnyTagClassName
{
color: #7013CF;
}
</style>
background-color css
<style>
a { background-color: #7013CF; }
a { background-color: rgb(112,19,207); }
div.DivClassName
{
background-color: #7013CF;
}
.BgClassName
{
background-color: #7013CF;
}
</style>
border-color css
<style>
span { border-color: #7013CF; }
span { border-color: rgb(112,19,207); }
td.TdClassName
{
border-color: #7013CF;
}
.TagClassName
{
border-color: #7013CF;
}
</style>