Shades of Purple Heart #600FBC
Tints of Purple Heart #600FBC
RGB
CMYK
RGB Variations
Color information
#600FBC (or 0x600FBC) is known color: Purple Heart. HEX triplet: 60, 0F and BC. RGB value is (96,15,188). Sum of RGB (Red+Green+Blue) = 96+15+188=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #600FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600FBC is #9FF043. Grayscale: #3A3A3A. Windows color (decimal): -10481732 or 12324704. OLE color: 12324704.
HSL color Cylindrical-coordinate representation of color #600FBC: hue angle of 268.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600FBC is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 15 | 188 | - |
| CMYK | 0.49 | 0.92 | 0 | 0.26 |
| HSL | 268.09º | 0.85% | 0.4% | - |
| HSV(B) | 268.09º | 0.92% | 0.74% | - |
| XYZ | 14.07 | 6.46 | 48.08 | - |
| YUV | 58.94 | 200.84 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 188 | 0.49 | 0.92 | 0 | 0.26 | 268.09 | 0.85 | 0.4 |
| Hex | 60 | F | BC | 31 | 5C | 0 | 1A | 10C | 55 | 28 |
| Octal | 140 | 17 | 274 | 61 | 134 | 0 | 32 | 414 | 125 | 50 |
| Binary | 1100000 | 1111 | 10111100 | 110001 | 1011100 | 0 | 11010 | 100001100 | 1010101 | 101000 |
Color Harmonies of #600FBC
Complementary color
Monochromatic Colors of #600FBC
Black with #600FBC
Text Example
Text Example
White with #600FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FBC; }
p { color: rgb(96,15,188); }
H1.HeaderClassName
{
color: #600FBC;
}
.AnyTagClassName
{
color: #600FBC;
}
</style>
background-color css
<style>
a { background-color: #600FBC; }
a { background-color: rgb(96,15,188); }
div.DivClassName
{
background-color: #600FBC;
}
.BgClassName
{
background-color: #600FBC;
}
</style>
border-color css
<style>
span { border-color: #600FBC; }
span { border-color: rgb(96,15,188); }
td.TdClassName
{
border-color: #600FBC;
}
.TagClassName
{
border-color: #600FBC;
}
</style>