Shades of Purple Heart #6002BB
Tints of Purple Heart #6002BB
RGB
CMYK
RGB Variations
Color information
#6002BB (or 0x6002BB) is known color: Purple Heart. HEX triplet: 60, 02 and BB. RGB value is (96,2,187). Sum of RGB (Red+Green+Blue) = 96+2+187=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #6002BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002BB is #9FFD44. Grayscale: #323232. Windows color (decimal): -10485061 or 12255840. OLE color: 12255840.
HSL color Cylindrical-coordinate representation of color #6002BB: hue angle of 270.49º degrees, saturation: 0.98, 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 #6002BB is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 2 | 187 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.27 |
| HSL | 270.49º | 0.98% | 0.37% | - |
| HSV(B) | 270.49º | 0.99% | 0.73% | - |
| XYZ | 13.82 | 6.12 | 47.47 | - |
| YUV | 51.2 | 204.64 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 187 | 0.49 | 0.99 | 0 | 0.27 | 270.49 | 0.98 | 0.37 |
| Hex | 60 | 2 | BB | 31 | 63 | 0 | 1B | 10E | 62 | 25 |
| Octal | 140 | 2 | 273 | 61 | 143 | 0 | 33 | 416 | 142 | 45 |
| Binary | 1100000 | 10 | 10111011 | 110001 | 1100011 | 0 | 11011 | 100001110 | 1100010 | 100101 |
Color Harmonies of #6002BB
Complementary color
Monochromatic Colors of #6002BB
Black with #6002BB
Text Example
Text Example
White with #6002BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6002BB; }
p { color: rgb(96,2,187); }
H1.HeaderClassName
{
color: #6002BB;
}
.AnyTagClassName
{
color: #6002BB;
}
</style>
background-color css
<style>
a { background-color: #6002BB; }
a { background-color: rgb(96,2,187); }
div.DivClassName
{
background-color: #6002BB;
}
.BgClassName
{
background-color: #6002BB;
}
</style>
border-color css
<style>
span { border-color: #6002BB; }
span { border-color: rgb(96,2,187); }
td.TdClassName
{
border-color: #6002BB;
}
.TagClassName
{
border-color: #6002BB;
}
</style>