Shades of Purple Heart #6000BF
Tints of Purple Heart #6000BF
RGB
CMYK
RGB Variations
Color information
#6000BF (or 0x6000BF) is known color: Purple Heart. HEX triplet: 60, 00 and BF. RGB value is (96,0,191). Sum of RGB (Red+Green+Blue) = 96+0+191=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #6000BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000BF is #9FFF40. Grayscale: #313131. Windows color (decimal): -10485569 or 12517472. OLE color: 12517472.
HSL color Cylindrical-coordinate representation of color #6000BF: hue angle of 270.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000BF is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 0 | 191 | - |
| CMYK | 0.50 | 1 | 0 | 0.25 |
| HSL | 270.16º | 1% | 0.37% | - |
| HSV(B) | 270.16º | 1% | 0.75% | - |
| XYZ | 14.23 | 6.25 | 49.75 | - |
| YUV | 50.48 | 207.3 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 191 | 0.50 | 1 | 0 | 0.25 | 270.16 | 1 | 0.37 |
| Hex | 60 | 0 | BF | 32 | 64 | 0 | 19 | 10E | 64 | 25 |
| Octal | 140 | 0 | 277 | 62 | 144 | 0 | 31 | 416 | 144 | 45 |
| Binary | 1100000 | 0 | 10111111 | 110010 | 1100100 | 0 | 11001 | 100001110 | 1100100 | 100101 |
Color Harmonies of #6000BF
Complementary color
Monochromatic Colors of #6000BF
Black with #6000BF
Text Example
Text Example
White with #6000BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6000BF; }
p { color: rgb(96,0,191); }
H1.HeaderClassName
{
color: #6000BF;
}
.AnyTagClassName
{
color: #6000BF;
}
</style>
background-color css
<style>
a { background-color: #6000BF; }
a { background-color: rgb(96,0,191); }
div.DivClassName
{
background-color: #6000BF;
}
.BgClassName
{
background-color: #6000BF;
}
</style>
border-color css
<style>
span { border-color: #6000BF; }
span { border-color: rgb(96,0,191); }
td.TdClassName
{
border-color: #6000BF;
}
.TagClassName
{
border-color: #6000BF;
}
</style>