Shades of Purple Heart #6000BB
Tints of Purple Heart #6000BB
RGB
CMYK
RGB Variations
Color information
#6000BB (or 0x6000BB) is known color: Purple Heart. HEX triplet: 60, 00 and BB. RGB value is (96,0,187). Sum of RGB (Red+Green+Blue) = 96+0+187=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #6000BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000BB is #9FFF44. Grayscale: #313131. Windows color (decimal): -10485573 or 12255328. OLE color: 12255328.
HSL color Cylindrical-coordinate representation of color #6000BB: hue angle of 270.8º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000BB is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 0 | 187 | - |
| CMYK | 0.49 | 1 | 0 | 0.27 |
| HSL | 270.8º | 1% | 0.37% | - |
| HSV(B) | 270.8º | 1% | 0.73% | - |
| XYZ | 13.79 | 6.07 | 47.46 | - |
| YUV | 50.02 | 205.3 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 187 | 0.49 | 1 | 0 | 0.27 | 270.8 | 1 | 0.37 |
| Hex | 60 | 0 | BB | 31 | 64 | 0 | 1B | 10F | 64 | 25 |
| Octal | 140 | 0 | 273 | 61 | 144 | 0 | 33 | 417 | 144 | 45 |
| Binary | 1100000 | 0 | 10111011 | 110001 | 1100100 | 0 | 11011 | 100001111 | 1100100 | 100101 |
Color Harmonies of #6000BB
Complementary color
Monochromatic Colors of #6000BB
Black with #6000BB
Text Example
Text Example
White with #6000BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000BB; }
p { color: rgb(96,0,187); }
H1.HeaderClassName
{
color: #6000BB;
}
.AnyTagClassName
{
color: #6000BB;
}
</style>
background-color css
<style>
a { background-color: #6000BB; }
a { background-color: rgb(96,0,187); }
div.DivClassName
{
background-color: #6000BB;
}
.BgClassName
{
background-color: #6000BB;
}
</style>
border-color css
<style>
span { border-color: #6000BB; }
span { border-color: rgb(96,0,187); }
td.TdClassName
{
border-color: #6000BB;
}
.TagClassName
{
border-color: #6000BB;
}
</style>