Shades of Purple Heart #6814AD
Tints of Purple Heart #6814AD
RGB
CMYK
RGB Variations
Color information
#6814AD (or 0x6814AD) is known color: Purple Heart. HEX triplet: 68, 14 and AD. RGB value is (104,20,173). Sum of RGB (Red+Green+Blue) = 104+20+173=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #6814AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6814AD is #97EB52. Grayscale: #3E3E3E. Windows color (decimal): -9956179 or 11342952. OLE color: 11342952.
HSL color Cylindrical-coordinate representation of color #6814AD: hue angle of 272.94º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6814AD is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 20 | 173 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.32 |
| HSL | 272.94º | 0.79% | 0.38% | - |
| HSV(B) | 272.94º | 0.88% | 0.68% | - |
| XYZ | 13.5 | 6.46 | 40.07 | - |
| YUV | 62.56 | 190.33 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 173 | 0.40 | 0.88 | 0 | 0.32 | 272.94 | 0.79 | 0.38 |
| Hex | 68 | 14 | AD | 28 | 58 | 0 | 20 | 111 | 4F | 26 |
| Octal | 150 | 24 | 255 | 50 | 130 | 0 | 40 | 421 | 117 | 46 |
| Binary | 1101000 | 10100 | 10101101 | 101000 | 1011000 | 0 | 100000 | 100010001 | 1001111 | 100110 |
Color Harmonies of #6814AD
Complementary color
Monochromatic Colors of #6814AD
Black with #6814AD
Text Example
Text Example
White with #6814AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6814AD; }
p { color: rgb(104,20,173); }
H1.HeaderClassName
{
color: #6814AD;
}
.AnyTagClassName
{
color: #6814AD;
}
</style>
background-color css
<style>
a { background-color: #6814AD; }
a { background-color: rgb(104,20,173); }
div.DivClassName
{
background-color: #6814AD;
}
.BgClassName
{
background-color: #6814AD;
}
</style>
border-color css
<style>
span { border-color: #6814AD; }
span { border-color: rgb(104,20,173); }
td.TdClassName
{
border-color: #6814AD;
}
.TagClassName
{
border-color: #6814AD;
}
</style>