Shades of Purple Heart #6008BB
Tints of Purple Heart #6008BB
RGB
CMYK
RGB Variations
Color information
#6008BB (or 0x6008BB) is known color: Purple Heart. HEX triplet: 60, 08 and BB. RGB value is (96,8,187). Sum of RGB (Red+Green+Blue) = 96+8+187=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #6008BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6008BB is #9FF744. Grayscale: #363636. Windows color (decimal): -10483525 or 12257376. OLE color: 12257376.
HSL color Cylindrical-coordinate representation of color #6008BB: hue angle of 269.5º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6008BB is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 8 | 187 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.27 |
| HSL | 269.5º | 0.92% | 0.38% | - |
| HSV(B) | 269.5º | 0.96% | 0.73% | - |
| XYZ | 13.88 | 6.25 | 47.49 | - |
| YUV | 54.72 | 202.65 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 187 | 0.49 | 0.96 | 0 | 0.27 | 269.5 | 0.92 | 0.38 |
| Hex | 60 | 8 | BB | 31 | 60 | 0 | 1B | 10D | 5C | 26 |
| Octal | 140 | 10 | 273 | 61 | 140 | 0 | 33 | 415 | 134 | 46 |
| Binary | 1100000 | 1000 | 10111011 | 110001 | 1100000 | 0 | 11011 | 100001101 | 1011100 | 100110 |
Color Harmonies of #6008BB
Complementary color
Monochromatic Colors of #6008BB
Black with #6008BB
Text Example
Text Example
White with #6008BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6008BB; }
p { color: rgb(96,8,187); }
H1.HeaderClassName
{
color: #6008BB;
}
.AnyTagClassName
{
color: #6008BB;
}
</style>
background-color css
<style>
a { background-color: #6008BB; }
a { background-color: rgb(96,8,187); }
div.DivClassName
{
background-color: #6008BB;
}
.BgClassName
{
background-color: #6008BB;
}
</style>
border-color css
<style>
span { border-color: #6008BB; }
span { border-color: rgb(96,8,187); }
td.TdClassName
{
border-color: #6008BB;
}
.TagClassName
{
border-color: #6008BB;
}
</style>