Shades of Purple Heart #6812AD
Tints of Purple Heart #6812AD
RGB
CMYK
RGB Variations
Color information
#6812AD (or 0x6812AD) is known color: Purple Heart. HEX triplet: 68, 12 and AD. RGB value is (104,18,173). Sum of RGB (Red+Green+Blue) = 104+18+173=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #6812AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6812AD is #97ED52. Grayscale: #3C3C3C. Windows color (decimal): -9956691 or 11342440. OLE color: 11342440.
HSL color Cylindrical-coordinate representation of color #6812AD: hue angle of 273.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6812AD is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 18 | 173 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.32 |
| HSL | 273.29º | 0.81% | 0.37% | - |
| HSV(B) | 273.29º | 0.9% | 0.68% | - |
| XYZ | 13.47 | 6.39 | 40.06 | - |
| YUV | 61.38 | 190.99 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 173 | 0.40 | 0.90 | 0 | 0.32 | 273.29 | 0.81 | 0.37 |
| Hex | 68 | 12 | AD | 28 | 5A | 0 | 20 | 111 | 51 | 25 |
| Octal | 150 | 22 | 255 | 50 | 132 | 0 | 40 | 421 | 121 | 45 |
| Binary | 1101000 | 10010 | 10101101 | 101000 | 1011010 | 0 | 100000 | 100010001 | 1010001 | 100101 |
Color Harmonies of #6812AD
Complementary color
Monochromatic Colors of #6812AD
Black with #6812AD
Text Example
Text Example
White with #6812AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6812AD; }
p { color: rgb(104,18,173); }
H1.HeaderClassName
{
color: #6812AD;
}
.AnyTagClassName
{
color: #6812AD;
}
</style>
background-color css
<style>
a { background-color: #6812AD; }
a { background-color: rgb(104,18,173); }
div.DivClassName
{
background-color: #6812AD;
}
.BgClassName
{
background-color: #6812AD;
}
</style>
border-color css
<style>
span { border-color: #6812AD; }
span { border-color: rgb(104,18,173); }
td.TdClassName
{
border-color: #6812AD;
}
.TagClassName
{
border-color: #6812AD;
}
</style>