Shades of Purple Heart #7015CF
Tints of Purple Heart #7015CF
RGB
CMYK
RGB Variations
Color information
#7015CF (or 0x7015CF) is known color: Purple Heart. HEX triplet: 70, 15 and CF. RGB value is (112,21,207). Sum of RGB (Red+Green+Blue) = 112+21+207=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #7015CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015CF is #8FEA30. Grayscale: #444444. Windows color (decimal): -9431601 or 13571440. OLE color: 13571440.
HSL color Cylindrical-coordinate representation of color #7015CF: hue angle of 269.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7015CF is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 21 | 207 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.19 |
| HSL | 269.35º | 0.82% | 0.45% | - |
| HSV(B) | 269.35º | 0.9% | 0.81% | - |
| XYZ | 18.21 | 8.49 | 59.71 | - |
| YUV | 69.41 | 205.65 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 207 | 0.46 | 0.90 | 0 | 0.19 | 269.35 | 0.82 | 0.45 |
| Hex | 70 | 15 | CF | 2E | 5A | 0 | 13 | 10D | 52 | 2D |
| Octal | 160 | 25 | 317 | 56 | 132 | 0 | 23 | 415 | 122 | 55 |
| Binary | 1110000 | 10101 | 11001111 | 101110 | 1011010 | 0 | 10011 | 100001101 | 1010010 | 101101 |
Color Harmonies of #7015CF
Complementary color
Monochromatic Colors of #7015CF
Black with #7015CF
Text Example
Text Example
White with #7015CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7015CF; }
p { color: rgb(112,21,207); }
H1.HeaderClassName
{
color: #7015CF;
}
.AnyTagClassName
{
color: #7015CF;
}
</style>
background-color css
<style>
a { background-color: #7015CF; }
a { background-color: rgb(112,21,207); }
div.DivClassName
{
background-color: #7015CF;
}
.BgClassName
{
background-color: #7015CF;
}
</style>
border-color css
<style>
span { border-color: #7015CF; }
span { border-color: rgb(112,21,207); }
td.TdClassName
{
border-color: #7015CF;
}
.TagClassName
{
border-color: #7015CF;
}
</style>