Shades of Purple Heart #6811A3
Tints of Purple Heart #6811A3
RGB
CMYK
RGB Variations
Color information
#6811A3 (or 0x6811A3) is known color: Purple Heart. HEX triplet: 68, 11 and A3. RGB value is (104,17,163). Sum of RGB (Red+Green+Blue) = 104+17+163=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 163 (64.06% from 255 or 57.39% from 284); Max value from RGB is 163 - color contains mainly: blue. Hex color #6811A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6811A3 is #97EE5C. Grayscale: #3B3B3B. Windows color (decimal): -9956957 or 10686824. OLE color: 10686824.
HSL color Cylindrical-coordinate representation of color #6811A3: hue angle of 275.75º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6811A3 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 17 | 163 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.36 |
| HSL | 275.75º | 0.81% | 0.35% | - |
| HSV(B) | 275.75º | 0.9% | 0.64% | - |
| XYZ | 12.52 | 5.99 | 35.15 | - |
| YUV | 59.66 | 186.32 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 163 | 0.36 | 0.90 | 0 | 0.36 | 275.75 | 0.81 | 0.35 |
| Hex | 68 | 11 | A3 | 24 | 5A | 0 | 24 | 114 | 51 | 23 |
| Octal | 150 | 21 | 243 | 44 | 132 | 0 | 44 | 424 | 121 | 43 |
| Binary | 1101000 | 10001 | 10100011 | 100100 | 1011010 | 0 | 100100 | 100010100 | 1010001 | 100011 |
Color Harmonies of #6811A3
Complementary color
Monochromatic Colors of #6811A3
Black with #6811A3
Text Example
Text Example
White with #6811A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6811A3; }
p { color: rgb(104,17,163); }
H1.HeaderClassName
{
color: #6811A3;
}
.AnyTagClassName
{
color: #6811A3;
}
</style>
background-color css
<style>
a { background-color: #6811A3; }
a { background-color: rgb(104,17,163); }
div.DivClassName
{
background-color: #6811A3;
}
.BgClassName
{
background-color: #6811A3;
}
</style>
border-color css
<style>
span { border-color: #6811A3; }
span { border-color: rgb(104,17,163); }
td.TdClassName
{
border-color: #6811A3;
}
.TagClassName
{
border-color: #6811A3;
}
</style>