Shades of Purple Heart #6817DC
Tints of Purple Heart #6817DC
RGB
CMYK
RGB Variations
Color information
#6817DC (or 0x6817DC) is known color: Purple Heart. HEX triplet: 68, 17 and DC. RGB value is (104,23,220). Sum of RGB (Red+Green+Blue) = 104+23+220=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #6817DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6817DC is #97E823. Grayscale: #444444. Windows color (decimal): -9955364 or 14423912. OLE color: 14423912.
HSL color Cylindrical-coordinate representation of color #6817DC: hue angle of 264.67º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6817DC is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 23 | 220 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.14 |
| HSL | 264.67º | 0.81% | 0.48% | - |
| HSV(B) | 264.67º | 0.9% | 0.86% | - |
| XYZ | 18.93 | 8.72 | 68.4 | - |
| YUV | 69.68 | 212.84 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 220 | 0.53 | 0.90 | 0 | 0.14 | 264.67 | 0.81 | 0.48 |
| Hex | 68 | 17 | DC | 35 | 5A | 0 | E | 109 | 51 | 30 |
| Octal | 150 | 27 | 334 | 65 | 132 | 0 | 16 | 411 | 121 | 60 |
| Binary | 1101000 | 10111 | 11011100 | 110101 | 1011010 | 0 | 1110 | 100001001 | 1010001 | 110000 |
Color Harmonies of #6817DC
Complementary color
Monochromatic Colors of #6817DC
Black with #6817DC
Text Example
Text Example
White with #6817DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6817DC; }
p { color: rgb(104,23,220); }
H1.HeaderClassName
{
color: #6817DC;
}
.AnyTagClassName
{
color: #6817DC;
}
</style>
background-color css
<style>
a { background-color: #6817DC; }
a { background-color: rgb(104,23,220); }
div.DivClassName
{
background-color: #6817DC;
}
.BgClassName
{
background-color: #6817DC;
}
</style>
border-color css
<style>
span { border-color: #6817DC; }
span { border-color: rgb(104,23,220); }
td.TdClassName
{
border-color: #6817DC;
}
.TagClassName
{
border-color: #6817DC;
}
</style>