Shades of Purple Heart #6010BF
Tints of Purple Heart #6010BF
RGB
CMYK
RGB Variations
Color information
#6010BF (or 0x6010BF) is known color: Purple Heart. HEX triplet: 60, 10 and BF. RGB value is (96,16,191). Sum of RGB (Red+Green+Blue) = 96+16+191=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #6010BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6010BF is #9FEF40. Grayscale: #3B3B3B. Windows color (decimal): -10481473 or 12521568. OLE color: 12521568.
HSL color Cylindrical-coordinate representation of color #6010BF: hue angle of 267.43º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6010BF is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 16 | 191 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.25 |
| HSL | 267.43º | 0.85% | 0.41% | - |
| HSV(B) | 267.43º | 0.92% | 0.75% | - |
| XYZ | 14.41 | 6.62 | 49.81 | - |
| YUV | 59.87 | 202 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 191 | 0.50 | 0.92 | 0 | 0.25 | 267.43 | 0.85 | 0.41 |
| Hex | 60 | 10 | BF | 32 | 5C | 0 | 19 | 10B | 55 | 29 |
| Octal | 140 | 20 | 277 | 62 | 134 | 0 | 31 | 413 | 125 | 51 |
| Binary | 1100000 | 10000 | 10111111 | 110010 | 1011100 | 0 | 11001 | 100001011 | 1010101 | 101001 |
Color Harmonies of #6010BF
Complementary color
Monochromatic Colors of #6010BF
Black with #6010BF
Text Example
Text Example
White with #6010BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6010BF; }
p { color: rgb(96,16,191); }
H1.HeaderClassName
{
color: #6010BF;
}
.AnyTagClassName
{
color: #6010BF;
}
</style>
background-color css
<style>
a { background-color: #6010BF; }
a { background-color: rgb(96,16,191); }
div.DivClassName
{
background-color: #6010BF;
}
.BgClassName
{
background-color: #6010BF;
}
</style>
border-color css
<style>
span { border-color: #6010BF; }
span { border-color: rgb(96,16,191); }
td.TdClassName
{
border-color: #6010BF;
}
.TagClassName
{
border-color: #6010BF;
}
</style>