Shades of Purple Heart #6015BD
Tints of Purple Heart #6015BD
RGB
CMYK
RGB Variations
Color information
#6015BD (or 0x6015BD) is known color: Purple Heart. HEX triplet: 60, 15 and BD. RGB value is (96,21,189). Sum of RGB (Red+Green+Blue) = 96+21+189=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 189 (74.22% from 255 or 61.76% from 306); Max value from RGB is 189 - color contains mainly: blue. Hex color #6015BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015BD is #9FEA42. Grayscale: #3D3D3D. Windows color (decimal): -10480195 or 12391776. OLE color: 12391776.
HSL color Cylindrical-coordinate representation of color #6015BD: hue angle of 266.79º 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 #6015BD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 21 | 189 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.26 |
| HSL | 266.79º | 0.8% | 0.41% | - |
| HSV(B) | 266.79º | 0.89% | 0.74% | - |
| XYZ | 14.28 | 6.7 | 48.68 | - |
| YUV | 62.58 | 199.35 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 189 | 0.49 | 0.89 | 0 | 0.26 | 266.79 | 0.8 | 0.41 |
| Hex | 60 | 15 | BD | 31 | 59 | 0 | 1A | 10B | 50 | 29 |
| Octal | 140 | 25 | 275 | 61 | 131 | 0 | 32 | 413 | 120 | 51 |
| Binary | 1100000 | 10101 | 10111101 | 110001 | 1011001 | 0 | 11010 | 100001011 | 1010000 | 101001 |
Color Harmonies of #6015BD
Complementary color
Monochromatic Colors of #6015BD
Black with #6015BD
Text Example
Text Example
White with #6015BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6015BD; }
p { color: rgb(96,21,189); }
H1.HeaderClassName
{
color: #6015BD;
}
.AnyTagClassName
{
color: #6015BD;
}
</style>
background-color css
<style>
a { background-color: #6015BD; }
a { background-color: rgb(96,21,189); }
div.DivClassName
{
background-color: #6015BD;
}
.BgClassName
{
background-color: #6015BD;
}
</style>
border-color css
<style>
span { border-color: #6015BD; }
span { border-color: rgb(96,21,189); }
td.TdClassName
{
border-color: #6015BD;
}
.TagClassName
{
border-color: #6015BD;
}
</style>