Shades of Purple Heart #7015CC
Tints of Purple Heart #7015CC
RGB
CMYK
RGB Variations
Color information
#7015CC (or 0x7015CC) is known color: Purple Heart. HEX triplet: 70, 15 and CC. RGB value is (112,21,204). Sum of RGB (Red+Green+Blue) = 112+21+204=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #7015CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7015CC is #8FEA33. Grayscale: #444444. Windows color (decimal): -9431604 or 13374832. OLE color: 13374832.
HSL color Cylindrical-coordinate representation of color #7015CC: hue angle of 269.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7015CC is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 21 | 204 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.2 |
| HSL | 269.84º | 0.81% | 0.44% | - |
| HSV(B) | 269.84º | 0.9% | 0.8% | - |
| XYZ | 17.85 | 8.34 | 57.8 | - |
| YUV | 69.07 | 204.15 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 204 | 0.45 | 0.90 | 0 | 0.2 | 269.84 | 0.81 | 0.44 |
| Hex | 70 | 15 | CC | 2D | 5A | 0 | 14 | 10E | 51 | 2C |
| Octal | 160 | 25 | 314 | 55 | 132 | 0 | 24 | 416 | 121 | 54 |
| Binary | 1110000 | 10101 | 11001100 | 101101 | 1011010 | 0 | 10100 | 100001110 | 1010001 | 101100 |
Color Harmonies of #7015CC
Complementary color
Monochromatic Colors of #7015CC
Black with #7015CC
Text Example
Text Example
White with #7015CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7015CC; }
p { color: rgb(112,21,204); }
H1.HeaderClassName
{
color: #7015CC;
}
.AnyTagClassName
{
color: #7015CC;
}
</style>
background-color css
<style>
a { background-color: #7015CC; }
a { background-color: rgb(112,21,204); }
div.DivClassName
{
background-color: #7015CC;
}
.BgClassName
{
background-color: #7015CC;
}
</style>
border-color css
<style>
span { border-color: #7015CC; }
span { border-color: rgb(112,21,204); }
td.TdClassName
{
border-color: #7015CC;
}
.TagClassName
{
border-color: #7015CC;
}
</style>