Shades of Purple Heart #600FBA
Tints of Purple Heart #600FBA
RGB
CMYK
RGB Variations
Color information
#600FBA (or 0x600FBA) is known color: Purple Heart. HEX triplet: 60, 0F and BA. RGB value is (96,15,186). Sum of RGB (Red+Green+Blue) = 96+15+186=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #600FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600FBA is #9FF045. Grayscale: #3A3A3A. Windows color (decimal): -10481734 or 12193632. OLE color: 12193632.
HSL color Cylindrical-coordinate representation of color #600FBA: hue angle of 268.42º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600FBA is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 15 | 186 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.27 |
| HSL | 268.42º | 0.85% | 0.39% | - |
| HSV(B) | 268.42º | 0.92% | 0.73% | - |
| XYZ | 13.86 | 6.37 | 46.95 | - |
| YUV | 58.71 | 199.84 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 15 | 186 | 0.48 | 0.92 | 0 | 0.27 | 268.42 | 0.85 | 0.39 |
| Hex | 60 | F | BA | 30 | 5C | 0 | 1B | 10C | 55 | 27 |
| Octal | 140 | 17 | 272 | 60 | 134 | 0 | 33 | 414 | 125 | 47 |
| Binary | 1100000 | 1111 | 10111010 | 110000 | 1011100 | 0 | 11011 | 100001100 | 1010101 | 100111 |
Color Harmonies of #600FBA
Complementary color
Monochromatic Colors of #600FBA
Black with #600FBA
Text Example
Text Example
White with #600FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600FBA; }
p { color: rgb(96,15,186); }
H1.HeaderClassName
{
color: #600FBA;
}
.AnyTagClassName
{
color: #600FBA;
}
</style>
background-color css
<style>
a { background-color: #600FBA; }
a { background-color: rgb(96,15,186); }
div.DivClassName
{
background-color: #600FBA;
}
.BgClassName
{
background-color: #600FBA;
}
</style>
border-color css
<style>
span { border-color: #600FBA; }
span { border-color: rgb(96,15,186); }
td.TdClassName
{
border-color: #600FBA;
}
.TagClassName
{
border-color: #600FBA;
}
</style>