Shades of Purple Heart #6811AB
Tints of Purple Heart #6811AB
RGB
CMYK
RGB Variations
Color information
#6811AB (or 0x6811AB) is known color: Purple Heart. HEX triplet: 68, 11 and AB. RGB value is (104,17,171). Sum of RGB (Red+Green+Blue) = 104+17+171=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #6811AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6811AB is #97EE54. Grayscale: #3C3C3C. Windows color (decimal): -9956949 or 11211112. OLE color: 11211112.
HSL color Cylindrical-coordinate representation of color #6811AB: hue angle of 273.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6811AB is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 17 | 171 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.33 |
| HSL | 273.9º | 0.82% | 0.37% | - |
| HSV(B) | 273.9º | 0.9% | 0.67% | - |
| XYZ | 13.26 | 6.28 | 39.04 | - |
| YUV | 60.57 | 190.32 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 171 | 0.39 | 0.90 | 0 | 0.33 | 273.9 | 0.82 | 0.37 |
| Hex | 68 | 11 | AB | 27 | 5A | 0 | 21 | 112 | 52 | 25 |
| Octal | 150 | 21 | 253 | 47 | 132 | 0 | 41 | 422 | 122 | 45 |
| Binary | 1101000 | 10001 | 10101011 | 100111 | 1011010 | 0 | 100001 | 100010010 | 1010010 | 100101 |
Color Harmonies of #6811AB
Complementary color
Monochromatic Colors of #6811AB
Black with #6811AB
Text Example
Text Example
White with #6811AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6811AB; }
p { color: rgb(104,17,171); }
H1.HeaderClassName
{
color: #6811AB;
}
.AnyTagClassName
{
color: #6811AB;
}
</style>
background-color css
<style>
a { background-color: #6811AB; }
a { background-color: rgb(104,17,171); }
div.DivClassName
{
background-color: #6811AB;
}
.BgClassName
{
background-color: #6811AB;
}
</style>
border-color css
<style>
span { border-color: #6811AB; }
span { border-color: rgb(104,17,171); }
td.TdClassName
{
border-color: #6811AB;
}
.TagClassName
{
border-color: #6811AB;
}
</style>