Shades of Purple Heart #6719AD
Tints of Purple Heart #6719AD
RGB
CMYK
RGB Variations
Color information
#6719AD (or 0x6719AD) is known color: Purple Heart. HEX triplet: 67, 19 and AD. RGB value is (103,25,173). Sum of RGB (Red+Green+Blue) = 103+25+173=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #6719AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6719AD is #98E652. Grayscale: #404040. Windows color (decimal): -10020435 or 11344231. OLE color: 11344231.
HSL color Cylindrical-coordinate representation of color #6719AD: hue angle of 271.62º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6719AD is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 25 | 173 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.32 |
| HSL | 271.62º | 0.75% | 0.39% | - |
| HSV(B) | 271.62º | 0.86% | 0.68% | - |
| XYZ | 13.48 | 6.6 | 40.1 | - |
| YUV | 65.19 | 188.84 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 173 | 0.40 | 0.86 | 0 | 0.32 | 271.62 | 0.75 | 0.39 |
| Hex | 67 | 19 | AD | 28 | 56 | 0 | 20 | 110 | 4B | 27 |
| Octal | 147 | 31 | 255 | 50 | 126 | 0 | 40 | 420 | 113 | 47 |
| Binary | 1100111 | 11001 | 10101101 | 101000 | 1010110 | 0 | 100000 | 100010000 | 1001011 | 100111 |
Color Harmonies of #6719AD
Complementary color
Monochromatic Colors of #6719AD
Black with #6719AD
Text Example
Text Example
White with #6719AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6719AD; }
p { color: rgb(103,25,173); }
H1.HeaderClassName
{
color: #6719AD;
}
.AnyTagClassName
{
color: #6719AD;
}
</style>
background-color css
<style>
a { background-color: #6719AD; }
a { background-color: rgb(103,25,173); }
div.DivClassName
{
background-color: #6719AD;
}
.BgClassName
{
background-color: #6719AD;
}
</style>
border-color css
<style>
span { border-color: #6719AD; }
span { border-color: rgb(103,25,173); }
td.TdClassName
{
border-color: #6719AD;
}
.TagClassName
{
border-color: #6719AD;
}
</style>