Shades of Purple Heart #6811AD
Tints of Purple Heart #6811AD
RGB
CMYK
RGB Variations
Color information
#6811AD (or 0x6811AD) is known color: Purple Heart. HEX triplet: 68, 11 and AD. RGB value is (104,17,173). Sum of RGB (Red+Green+Blue) = 104+17+173=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #6811AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6811AD is #97EE52. Grayscale: #3C3C3C. Windows color (decimal): -9956947 or 11342184. OLE color: 11342184.
HSL color Cylindrical-coordinate representation of color #6811AD: hue angle of 273.46º degrees, saturation: 0.82, 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 #6811AD is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 17 | 173 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.32 |
| HSL | 273.46º | 0.82% | 0.37% | - |
| HSV(B) | 273.46º | 0.9% | 0.68% | - |
| XYZ | 13.45 | 6.36 | 40.05 | - |
| YUV | 60.8 | 191.32 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 173 | 0.40 | 0.90 | 0 | 0.32 | 273.46 | 0.82 | 0.37 |
| Hex | 68 | 11 | AD | 28 | 5A | 0 | 20 | 111 | 52 | 25 |
| Octal | 150 | 21 | 255 | 50 | 132 | 0 | 40 | 421 | 122 | 45 |
| Binary | 1101000 | 10001 | 10101101 | 101000 | 1011010 | 0 | 100000 | 100010001 | 1010010 | 100101 |
Color Harmonies of #6811AD
Complementary color
Monochromatic Colors of #6811AD
Black with #6811AD
Text Example
Text Example
White with #6811AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6811AD; }
p { color: rgb(104,17,173); }
H1.HeaderClassName
{
color: #6811AD;
}
.AnyTagClassName
{
color: #6811AD;
}
</style>
background-color css
<style>
a { background-color: #6811AD; }
a { background-color: rgb(104,17,173); }
div.DivClassName
{
background-color: #6811AD;
}
.BgClassName
{
background-color: #6811AD;
}
</style>
border-color css
<style>
span { border-color: #6811AD; }
span { border-color: rgb(104,17,173); }
td.TdClassName
{
border-color: #6811AD;
}
.TagClassName
{
border-color: #6811AD;
}
</style>