Shades of Purple Heart #6000B9
Tints of Purple Heart #6000B9
RGB
CMYK
RGB Variations
Color information
#6000B9 (or 0x6000B9) is known color: Purple Heart. HEX triplet: 60, 00 and B9. RGB value is (96,0,185). Sum of RGB (Red+Green+Blue) = 96+0+185=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 185 (72.66% from 255 or 65.84% from 281); Max value from RGB is 185 - color contains mainly: blue. Hex color #6000B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000B9 is #9FFF46. Grayscale: #313131. Windows color (decimal): -10485575 or 12124256. OLE color: 12124256.
HSL color Cylindrical-coordinate representation of color #6000B9: hue angle of 271.14º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000B9 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 0 | 185 | - |
| CMYK | 0.48 | 1 | 0 | 0.27 |
| HSL | 271.14º | 1% | 0.36% | - |
| HSV(B) | 271.14º | 1% | 0.73% | - |
| XYZ | 13.58 | 5.99 | 46.34 | - |
| YUV | 49.79 | 204.3 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 185 | 0.48 | 1 | 0 | 0.27 | 271.14 | 1 | 0.36 |
| Hex | 60 | 0 | B9 | 30 | 64 | 0 | 1B | 10F | 64 | 24 |
| Octal | 140 | 0 | 271 | 60 | 144 | 0 | 33 | 417 | 144 | 44 |
| Binary | 1100000 | 0 | 10111001 | 110000 | 1100100 | 0 | 11011 | 100001111 | 1100100 | 100100 |
Color Harmonies of #6000B9
Complementary color
Monochromatic Colors of #6000B9
Black with #6000B9
Text Example
Text Example
White with #6000B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000B9; }
p { color: rgb(96,0,185); }
H1.HeaderClassName
{
color: #6000B9;
}
.AnyTagClassName
{
color: #6000B9;
}
</style>
background-color css
<style>
a { background-color: #6000B9; }
a { background-color: rgb(96,0,185); }
div.DivClassName
{
background-color: #6000B9;
}
.BgClassName
{
background-color: #6000B9;
}
</style>
border-color css
<style>
span { border-color: #6000B9; }
span { border-color: rgb(96,0,185); }
td.TdClassName
{
border-color: #6000B9;
}
.TagClassName
{
border-color: #6000B9;
}
</style>