Shades of Purple Heart #6016BD
Tints of Purple Heart #6016BD
RGB
CMYK
RGB Variations
Color information
#6016BD (or 0x6016BD) is known color: Purple Heart. HEX triplet: 60, 16 and BD. RGB value is (96,22,189). Sum of RGB (Red+Green+Blue) = 96+22+189=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #6016BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016BD is #9FE942. Grayscale: #3E3E3E. Windows color (decimal): -10479939 or 12392032. OLE color: 12392032.
HSL color Cylindrical-coordinate representation of color #6016BD: hue angle of 266.59º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6016BD is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 22 | 189 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.26 |
| HSL | 266.59º | 0.79% | 0.41% | - |
| HSV(B) | 266.59º | 0.88% | 0.74% | - |
| XYZ | 14.3 | 6.73 | 48.69 | - |
| YUV | 63.16 | 199.02 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 189 | 0.49 | 0.88 | 0 | 0.26 | 266.59 | 0.79 | 0.41 |
| Hex | 60 | 16 | BD | 31 | 58 | 0 | 1A | 10B | 4F | 29 |
| Octal | 140 | 26 | 275 | 61 | 130 | 0 | 32 | 413 | 117 | 51 |
| Binary | 1100000 | 10110 | 10111101 | 110001 | 1011000 | 0 | 11010 | 100001011 | 1001111 | 101001 |
Color Harmonies of #6016BD
Complementary color
Monochromatic Colors of #6016BD
Black with #6016BD
Text Example
Text Example
White with #6016BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6016BD; }
p { color: rgb(96,22,189); }
H1.HeaderClassName
{
color: #6016BD;
}
.AnyTagClassName
{
color: #6016BD;
}
</style>
background-color css
<style>
a { background-color: #6016BD; }
a { background-color: rgb(96,22,189); }
div.DivClassName
{
background-color: #6016BD;
}
.BgClassName
{
background-color: #6016BD;
}
</style>
border-color css
<style>
span { border-color: #6016BD; }
span { border-color: rgb(96,22,189); }
td.TdClassName
{
border-color: #6016BD;
}
.TagClassName
{
border-color: #6016BD;
}
</style>