Shades of Purple Heart #601DBB
Tints of Purple Heart #601DBB
RGB
CMYK
RGB Variations
Color information
#601DBB (or 0x601DBB) is known color: Purple Heart. HEX triplet: 60, 1D and BB. RGB value is (96,29,187). Sum of RGB (Red+Green+Blue) = 96+29+187=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #601DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601DBB is #9FE244. Grayscale: #424242. Windows color (decimal): -10478149 or 12262752. OLE color: 12262752.
HSL color Cylindrical-coordinate representation of color #601DBB: hue angle of 265.44º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601DBB is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 29 | 187 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.27 |
| HSL | 265.44º | 0.73% | 0.42% | - |
| HSV(B) | 265.44º | 0.84% | 0.73% | - |
| XYZ | 14.23 | 6.95 | 47.61 | - |
| YUV | 67.05 | 195.7 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 187 | 0.49 | 0.84 | 0 | 0.27 | 265.44 | 0.73 | 0.42 |
| Hex | 60 | 1D | BB | 31 | 54 | 0 | 1B | 109 | 49 | 2A |
| Octal | 140 | 35 | 273 | 61 | 124 | 0 | 33 | 411 | 111 | 52 |
| Binary | 1100000 | 11101 | 10111011 | 110001 | 1010100 | 0 | 11011 | 100001001 | 1001001 | 101010 |
Color Harmonies of #601DBB
Complementary color
Monochromatic Colors of #601DBB
Black with #601DBB
Text Example
Text Example
White with #601DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601DBB; }
p { color: rgb(96,29,187); }
H1.HeaderClassName
{
color: #601DBB;
}
.AnyTagClassName
{
color: #601DBB;
}
</style>
background-color css
<style>
a { background-color: #601DBB; }
a { background-color: rgb(96,29,187); }
div.DivClassName
{
background-color: #601DBB;
}
.BgClassName
{
background-color: #601DBB;
}
</style>
border-color css
<style>
span { border-color: #601DBB; }
span { border-color: rgb(96,29,187); }
td.TdClassName
{
border-color: #601DBB;
}
.TagClassName
{
border-color: #601DBB;
}
</style>