Shades of Purple Heart #600DBF
Tints of Purple Heart #600DBF
RGB
CMYK
RGB Variations
Color information
#600DBF (or 0x600DBF) is known color: Purple Heart. HEX triplet: 60, 0D and BF. RGB value is (96,13,191). Sum of RGB (Red+Green+Blue) = 96+13+191=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #600DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600DBF is #9FF240. Grayscale: #393939. Windows color (decimal): -10482241 or 12520800. OLE color: 12520800.
HSL color Cylindrical-coordinate representation of color #600DBF: hue angle of 267.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600DBF is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 13 | 191 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.25 |
| HSL | 267.98º | 0.87% | 0.4% | - |
| HSV(B) | 267.98º | 0.93% | 0.75% | - |
| XYZ | 14.37 | 6.54 | 49.79 | - |
| YUV | 58.11 | 203 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 13 | 191 | 0.50 | 0.93 | 0 | 0.25 | 267.98 | 0.87 | 0.4 |
| Hex | 60 | D | BF | 32 | 5D | 0 | 19 | 10C | 57 | 28 |
| Octal | 140 | 15 | 277 | 62 | 135 | 0 | 31 | 414 | 127 | 50 |
| Binary | 1100000 | 1101 | 10111111 | 110010 | 1011101 | 0 | 11001 | 100001100 | 1010111 | 101000 |
Color Harmonies of #600DBF
Complementary color
Monochromatic Colors of #600DBF
Black with #600DBF
Text Example
Text Example
White with #600DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600DBF; }
p { color: rgb(96,13,191); }
H1.HeaderClassName
{
color: #600DBF;
}
.AnyTagClassName
{
color: #600DBF;
}
</style>
background-color css
<style>
a { background-color: #600DBF; }
a { background-color: rgb(96,13,191); }
div.DivClassName
{
background-color: #600DBF;
}
.BgClassName
{
background-color: #600DBF;
}
</style>
border-color css
<style>
span { border-color: #600DBF; }
span { border-color: rgb(96,13,191); }
td.TdClassName
{
border-color: #600DBF;
}
.TagClassName
{
border-color: #600DBF;
}
</style>