Shades of Purple Heart #6715BD
Tints of Purple Heart #6715BD
RGB
CMYK
RGB Variations
Color information
#6715BD (or 0x6715BD) is known color: Purple Heart. HEX triplet: 67, 15 and BD. RGB value is (103,21,189). Sum of RGB (Red+Green+Blue) = 103+21+189=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #6715BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6715BD is #98EA42. Grayscale: #404040. Windows color (decimal): -10021443 or 12391783. OLE color: 12391783.
HSL color Cylindrical-coordinate representation of color #6715BD: hue angle of 269.29º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6715BD is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 21 | 189 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.26 |
| HSL | 269.29º | 0.8% | 0.41% | - |
| HSV(B) | 269.29º | 0.89% | 0.74% | - |
| XYZ | 15.05 | 7.09 | 48.72 | - |
| YUV | 64.67 | 198.17 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 189 | 0.46 | 0.89 | 0 | 0.26 | 269.29 | 0.8 | 0.41 |
| Hex | 67 | 15 | BD | 2E | 59 | 0 | 1A | 10D | 50 | 29 |
| Octal | 147 | 25 | 275 | 56 | 131 | 0 | 32 | 415 | 120 | 51 |
| Binary | 1100111 | 10101 | 10111101 | 101110 | 1011001 | 0 | 11010 | 100001101 | 1010000 | 101001 |
Color Harmonies of #6715BD
Complementary color
Monochromatic Colors of #6715BD
Black with #6715BD
Text Example
Text Example
White with #6715BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6715BD; }
p { color: rgb(103,21,189); }
H1.HeaderClassName
{
color: #6715BD;
}
.AnyTagClassName
{
color: #6715BD;
}
</style>
background-color css
<style>
a { background-color: #6715BD; }
a { background-color: rgb(103,21,189); }
div.DivClassName
{
background-color: #6715BD;
}
.BgClassName
{
background-color: #6715BD;
}
</style>
border-color css
<style>
span { border-color: #6715BD; }
span { border-color: rgb(103,21,189); }
td.TdClassName
{
border-color: #6715BD;
}
.TagClassName
{
border-color: #6715BD;
}
</style>