Shades of Purple Heart #6019D0
Tints of Purple Heart #6019D0
RGB
CMYK
RGB Variations
Color information
#6019D0 (or 0x6019D0) is known color: Purple Heart. HEX triplet: 60, 19 and D0. RGB value is (96,25,208). Sum of RGB (Red+Green+Blue) = 96+25+208=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 208 (81.64% from 255 or 63.22% from 329); Max value from RGB is 208 - color contains mainly: blue. Hex color #6019D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019D0 is #9FE62F. Grayscale: #424242. Windows color (decimal): -10479152 or 13637984. OLE color: 13637984.
HSL color Cylindrical-coordinate representation of color #6019D0: hue angle of 263.28º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6019D0 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 25 | 208 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.18 |
| HSL | 263.28º | 0.79% | 0.46% | - |
| HSV(B) | 263.28º | 0.88% | 0.82% | - |
| XYZ | 16.56 | 7.74 | 60.3 | - |
| YUV | 67.09 | 207.52 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 208 | 0.54 | 0.88 | 0 | 0.18 | 263.28 | 0.79 | 0.46 |
| Hex | 60 | 19 | D0 | 36 | 58 | 0 | 12 | 107 | 4F | 2E |
| Octal | 140 | 31 | 320 | 66 | 130 | 0 | 22 | 407 | 117 | 56 |
| Binary | 1100000 | 11001 | 11010000 | 110110 | 1011000 | 0 | 10010 | 100000111 | 1001111 | 101110 |
Color Harmonies of #6019D0
Complementary color
Monochromatic Colors of #6019D0
Black with #6019D0
Text Example
Text Example
White with #6019D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019D0; }
p { color: rgb(96,25,208); }
H1.HeaderClassName
{
color: #6019D0;
}
.AnyTagClassName
{
color: #6019D0;
}
</style>
background-color css
<style>
a { background-color: #6019D0; }
a { background-color: rgb(96,25,208); }
div.DivClassName
{
background-color: #6019D0;
}
.BgClassName
{
background-color: #6019D0;
}
</style>
border-color css
<style>
span { border-color: #6019D0; }
span { border-color: rgb(96,25,208); }
td.TdClassName
{
border-color: #6019D0;
}
.TagClassName
{
border-color: #6019D0;
}
</style>