Shades of Purple Heart #6819D5
Tints of Purple Heart #6819D5
RGB
CMYK
RGB Variations
Color information
#6819D5 (or 0x6819D5) is known color: Purple Heart. HEX triplet: 68, 19 and D5. RGB value is (104,25,213). Sum of RGB (Red+Green+Blue) = 104+25+213=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #6819D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6819D5 is #97E62A. Grayscale: #454545. Windows color (decimal): -9954859 or 13965672. OLE color: 13965672.
HSL color Cylindrical-coordinate representation of color #6819D5: hue angle of 265.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6819D5 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 25 | 213 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.16 |
| HSL | 265.21º | 0.79% | 0.47% | - |
| HSV(B) | 265.21º | 0.88% | 0.84% | - |
| XYZ | 18.07 | 8.44 | 63.63 | - |
| YUV | 70.05 | 208.67 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 213 | 0.51 | 0.88 | 0 | 0.16 | 265.21 | 0.79 | 0.47 |
| Hex | 68 | 19 | D5 | 33 | 58 | 0 | 10 | 109 | 4F | 2F |
| Octal | 150 | 31 | 325 | 63 | 130 | 0 | 20 | 411 | 117 | 57 |
| Binary | 1101000 | 11001 | 11010101 | 110011 | 1011000 | 0 | 10000 | 100001001 | 1001111 | 101111 |
Color Harmonies of #6819D5
Complementary color
Monochromatic Colors of #6819D5
Black with #6819D5
Text Example
Text Example
White with #6819D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6819D5; }
p { color: rgb(104,25,213); }
H1.HeaderClassName
{
color: #6819D5;
}
.AnyTagClassName
{
color: #6819D5;
}
</style>
background-color css
<style>
a { background-color: #6819D5; }
a { background-color: rgb(104,25,213); }
div.DivClassName
{
background-color: #6819D5;
}
.BgClassName
{
background-color: #6819D5;
}
</style>
border-color css
<style>
span { border-color: #6819D5; }
span { border-color: rgb(104,25,213); }
td.TdClassName
{
border-color: #6819D5;
}
.TagClassName
{
border-color: #6819D5;
}
</style>