Shades of Purple Heart #6015BB
Tints of Purple Heart #6015BB
RGB
CMYK
RGB Variations
Color information
#6015BB (or 0x6015BB) is known color: Purple Heart. HEX triplet: 60, 15 and BB. RGB value is (96,21,187). Sum of RGB (Red+Green+Blue) = 96+21+187=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #6015BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015BB is #9FEA44. Grayscale: #3D3D3D. Windows color (decimal): -10480197 or 12260704. OLE color: 12260704.
HSL color Cylindrical-coordinate representation of color #6015BB: hue angle of 267.11º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6015BB is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 21 | 187 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.27 |
| HSL | 267.11º | 0.8% | 0.41% | - |
| HSV(B) | 267.11º | 0.89% | 0.73% | - |
| XYZ | 14.06 | 6.61 | 47.55 | - |
| YUV | 62.35 | 198.35 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 187 | 0.49 | 0.89 | 0 | 0.27 | 267.11 | 0.8 | 0.41 |
| Hex | 60 | 15 | BB | 31 | 59 | 0 | 1B | 10B | 50 | 29 |
| Octal | 140 | 25 | 273 | 61 | 131 | 0 | 33 | 413 | 120 | 51 |
| Binary | 1100000 | 10101 | 10111011 | 110001 | 1011001 | 0 | 11011 | 100001011 | 1010000 | 101001 |
Color Harmonies of #6015BB
Complementary color
Monochromatic Colors of #6015BB
Black with #6015BB
Text Example
Text Example
White with #6015BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6015BB; }
p { color: rgb(96,21,187); }
H1.HeaderClassName
{
color: #6015BB;
}
.AnyTagClassName
{
color: #6015BB;
}
</style>
background-color css
<style>
a { background-color: #6015BB; }
a { background-color: rgb(96,21,187); }
div.DivClassName
{
background-color: #6015BB;
}
.BgClassName
{
background-color: #6015BB;
}
</style>
border-color css
<style>
span { border-color: #6015BB; }
span { border-color: rgb(96,21,187); }
td.TdClassName
{
border-color: #6015BB;
}
.TagClassName
{
border-color: #6015BB;
}
</style>