Shades of Purple Heart #6019D1
Tints of Purple Heart #6019D1
RGB
CMYK
RGB Variations
Color information
#6019D1 (or 0x6019D1) is known color: Purple Heart. HEX triplet: 60, 19 and D1. RGB value is (96,25,209). Sum of RGB (Red+Green+Blue) = 96+25+209=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 209 (82.03% from 255 or 63.33% from 330); Max value from RGB is 209 - color contains mainly: blue. Hex color #6019D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6019D1 is #9FE62E. Grayscale: #424242. Windows color (decimal): -10479151 or 13703520. OLE color: 13703520.
HSL color Cylindrical-coordinate representation of color #6019D1: hue angle of 263.15º 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 #6019D1 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 25 | 209 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.18 |
| HSL | 263.15º | 0.79% | 0.46% | - |
| HSV(B) | 263.15º | 0.88% | 0.82% | - |
| XYZ | 16.68 | 7.79 | 60.95 | - |
| YUV | 67.21 | 208.02 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 25 | 209 | 0.54 | 0.88 | 0 | 0.18 | 263.15 | 0.79 | 0.46 |
| Hex | 60 | 19 | D1 | 36 | 58 | 0 | 12 | 107 | 4F | 2E |
| Octal | 140 | 31 | 321 | 66 | 130 | 0 | 22 | 407 | 117 | 56 |
| Binary | 1100000 | 11001 | 11010001 | 110110 | 1011000 | 0 | 10010 | 100000111 | 1001111 | 101110 |
Color Harmonies of #6019D1
Complementary color
Monochromatic Colors of #6019D1
Black with #6019D1
Text Example
Text Example
White with #6019D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6019D1; }
p { color: rgb(96,25,209); }
H1.HeaderClassName
{
color: #6019D1;
}
.AnyTagClassName
{
color: #6019D1;
}
</style>
background-color css
<style>
a { background-color: #6019D1; }
a { background-color: rgb(96,25,209); }
div.DivClassName
{
background-color: #6019D1;
}
.BgClassName
{
background-color: #6019D1;
}
</style>
border-color css
<style>
span { border-color: #6019D1; }
span { border-color: rgb(96,25,209); }
td.TdClassName
{
border-color: #6019D1;
}
.TagClassName
{
border-color: #6019D1;
}
</style>