Shades of Purple Heart #600CBA
Tints of Purple Heart #600CBA
RGB
CMYK
RGB Variations
Color information
#600CBA (or 0x600CBA) is known color: Purple Heart. HEX triplet: 60, 0C and BA. RGB value is (96,12,186). Sum of RGB (Red+Green+Blue) = 96+12+186=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #600CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CBA is #9FF345. Grayscale: #383838. Windows color (decimal): -10482502 or 12192864. OLE color: 12192864.
HSL color Cylindrical-coordinate representation of color #600CBA: hue angle of 268.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CBA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 12 | 186 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.27 |
| HSL | 268.97º | 0.88% | 0.39% | - |
| HSV(B) | 268.97º | 0.94% | 0.73% | - |
| XYZ | 13.82 | 6.29 | 46.94 | - |
| YUV | 56.95 | 200.83 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 186 | 0.48 | 0.94 | 0 | 0.27 | 268.97 | 0.88 | 0.39 |
| Hex | 60 | C | BA | 30 | 5E | 0 | 1B | 10D | 58 | 27 |
| Octal | 140 | 14 | 272 | 60 | 136 | 0 | 33 | 415 | 130 | 47 |
| Binary | 1100000 | 1100 | 10111010 | 110000 | 1011110 | 0 | 11011 | 100001101 | 1011000 | 100111 |
Color Harmonies of #600CBA
Complementary color
Monochromatic Colors of #600CBA
Black with #600CBA
Text Example
Text Example
White with #600CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600CBA; }
p { color: rgb(96,12,186); }
H1.HeaderClassName
{
color: #600CBA;
}
.AnyTagClassName
{
color: #600CBA;
}
</style>
background-color css
<style>
a { background-color: #600CBA; }
a { background-color: rgb(96,12,186); }
div.DivClassName
{
background-color: #600CBA;
}
.BgClassName
{
background-color: #600CBA;
}
</style>
border-color css
<style>
span { border-color: #600CBA; }
span { border-color: rgb(96,12,186); }
td.TdClassName
{
border-color: #600CBA;
}
.TagClassName
{
border-color: #600CBA;
}
</style>