Shades of Purple Heart #6001BB
Tints of Purple Heart #6001BB
RGB
CMYK
RGB Variations
Color information
#6001BB (or 0x6001BB) is known color: Purple Heart. HEX triplet: 60, 01 and BB. RGB value is (96,1,187). Sum of RGB (Red+Green+Blue) = 96+1+187=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #6001BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6001BB is #9FFE44. Grayscale: #313131. Windows color (decimal): -10485317 or 12255584. OLE color: 12255584.
HSL color Cylindrical-coordinate representation of color #6001BB: hue angle of 270.65º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6001BB is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 1 | 187 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.27 |
| HSL | 270.65º | 0.99% | 0.37% | - |
| HSV(B) | 270.65º | 0.99% | 0.73% | - |
| XYZ | 13.8 | 6.1 | 47.46 | - |
| YUV | 50.61 | 204.97 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 187 | 0.49 | 0.99 | 0 | 0.27 | 270.65 | 0.99 | 0.37 |
| Hex | 60 | 1 | BB | 31 | 63 | 0 | 1B | 10F | 63 | 25 |
| Octal | 140 | 1 | 273 | 61 | 143 | 0 | 33 | 417 | 143 | 45 |
| Binary | 1100000 | 1 | 10111011 | 110001 | 1100011 | 0 | 11011 | 100001111 | 1100011 | 100101 |
Color Harmonies of #6001BB
Complementary color
Monochromatic Colors of #6001BB
Black with #6001BB
Text Example
Text Example
White with #6001BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6001BB; }
p { color: rgb(96,1,187); }
H1.HeaderClassName
{
color: #6001BB;
}
.AnyTagClassName
{
color: #6001BB;
}
</style>
background-color css
<style>
a { background-color: #6001BB; }
a { background-color: rgb(96,1,187); }
div.DivClassName
{
background-color: #6001BB;
}
.BgClassName
{
background-color: #6001BB;
}
</style>
border-color css
<style>
span { border-color: #6001BB; }
span { border-color: rgb(96,1,187); }
td.TdClassName
{
border-color: #6001BB;
}
.TagClassName
{
border-color: #6001BB;
}
</style>