Shades of Purple Heart #6814DD
Tints of Purple Heart #6814DD
RGB
CMYK
RGB Variations
Color information
#6814DD (or 0x6814DD) is known color: Purple Heart. HEX triplet: 68, 14 and DD. RGB value is (104,20,221). Sum of RGB (Red+Green+Blue) = 104+20+221=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #6814DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814DD is #97EB22. Grayscale: #434343. Windows color (decimal): -9956131 or 14488680. OLE color: 14488680.
HSL color Cylindrical-coordinate representation of color #6814DD: hue angle of 265.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6814DD is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 20 | 221 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.13 |
| HSL | 265.07º | 0.83% | 0.47% | - |
| HSV(B) | 265.07º | 0.91% | 0.87% | - |
| XYZ | 19.01 | 8.66 | 69.08 | - |
| YUV | 68.03 | 214.33 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 221 | 0.53 | 0.91 | 0 | 0.13 | 265.07 | 0.83 | 0.47 |
| Hex | 68 | 14 | DD | 35 | 5B | 0 | D | 109 | 53 | 2F |
| Octal | 150 | 24 | 335 | 65 | 133 | 0 | 15 | 411 | 123 | 57 |
| Binary | 1101000 | 10100 | 11011101 | 110101 | 1011011 | 0 | 1101 | 100001001 | 1010011 | 101111 |
Color Harmonies of #6814DD
Complementary color
Monochromatic Colors of #6814DD
Black with #6814DD
Text Example
Text Example
White with #6814DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6814DD; }
p { color: rgb(104,20,221); }
H1.HeaderClassName
{
color: #6814DD;
}
.AnyTagClassName
{
color: #6814DD;
}
</style>
background-color css
<style>
a { background-color: #6814DD; }
a { background-color: rgb(104,20,221); }
div.DivClassName
{
background-color: #6814DD;
}
.BgClassName
{
background-color: #6814DD;
}
</style>
border-color css
<style>
span { border-color: #6814DD; }
span { border-color: rgb(104,20,221); }
td.TdClassName
{
border-color: #6814DD;
}
.TagClassName
{
border-color: #6814DD;
}
</style>