Shades of Purple Heart #6005BB
Tints of Purple Heart #6005BB
RGB
CMYK
RGB Variations
Color information
#6005BB (or 0x6005BB) is known color: Purple Heart. HEX triplet: 60, 05 and BB. RGB value is (96,5,187). Sum of RGB (Red+Green+Blue) = 96+5+187=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #6005BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6005BB is #9FFA44. Grayscale: #343434. Windows color (decimal): -10484293 or 12256608. OLE color: 12256608.
HSL color Cylindrical-coordinate representation of color #6005BB: hue angle of 270º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6005BB is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 5 | 187 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.27 |
| HSL | 270º | 0.95% | 0.38% | - |
| HSV(B) | 270º | 0.97% | 0.73% | - |
| XYZ | 13.85 | 6.18 | 47.48 | - |
| YUV | 52.96 | 203.65 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 5 | 187 | 0.49 | 0.97 | 0 | 0.27 | 270 | 0.95 | 0.38 |
| Hex | 60 | 5 | BB | 31 | 61 | 0 | 1B | 10E | 5F | 26 |
| Octal | 140 | 5 | 273 | 61 | 141 | 0 | 33 | 416 | 137 | 46 |
| Binary | 1100000 | 101 | 10111011 | 110001 | 1100001 | 0 | 11011 | 100001110 | 1011111 | 100110 |
Color Harmonies of #6005BB
Complementary color
Monochromatic Colors of #6005BB
Black with #6005BB
Text Example
Text Example
White with #6005BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6005BB; }
p { color: rgb(96,5,187); }
H1.HeaderClassName
{
color: #6005BB;
}
.AnyTagClassName
{
color: #6005BB;
}
</style>
background-color css
<style>
a { background-color: #6005BB; }
a { background-color: rgb(96,5,187); }
div.DivClassName
{
background-color: #6005BB;
}
.BgClassName
{
background-color: #6005BB;
}
</style>
border-color css
<style>
span { border-color: #6005BB; }
span { border-color: rgb(96,5,187); }
td.TdClassName
{
border-color: #6005BB;
}
.TagClassName
{
border-color: #6005BB;
}
</style>