Shades of Purple Heart #6811AE
Tints of Purple Heart #6811AE
RGB
CMYK
RGB Variations
Color information
#6811AE (or 0x6811AE) is known color: Purple Heart. HEX triplet: 68, 11 and AE. RGB value is (104,17,174). Sum of RGB (Red+Green+Blue) = 104+17+174=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #6811AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6811AE is #97EE51. Grayscale: #3C3C3C. Windows color (decimal): -9956946 or 11407720. OLE color: 11407720.
HSL color Cylindrical-coordinate representation of color #6811AE: hue angle of 273.25º 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 #6811AE is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 17 | 174 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.32 |
| HSL | 273.25º | 0.82% | 0.37% | - |
| HSV(B) | 273.25º | 0.9% | 0.68% | - |
| XYZ | 13.55 | 6.4 | 40.57 | - |
| YUV | 60.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 174 | 0.40 | 0.90 | 0 | 0.32 | 273.25 | 0.82 | 0.37 |
| Hex | 68 | 11 | AE | 28 | 5A | 0 | 20 | 111 | 52 | 25 |
| Octal | 150 | 21 | 256 | 50 | 132 | 0 | 40 | 421 | 122 | 45 |
| Binary | 1101000 | 10001 | 10101110 | 101000 | 1011010 | 0 | 100000 | 100010001 | 1010010 | 100101 |
Color Harmonies of #6811AE
Complementary color
Monochromatic Colors of #6811AE
Black with #6811AE
Text Example
Text Example
White with #6811AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6811AE; }
p { color: rgb(104,17,174); }
H1.HeaderClassName
{
color: #6811AE;
}
.AnyTagClassName
{
color: #6811AE;
}
</style>
background-color css
<style>
a { background-color: #6811AE; }
a { background-color: rgb(104,17,174); }
div.DivClassName
{
background-color: #6811AE;
}
.BgClassName
{
background-color: #6811AE;
}
</style>
border-color css
<style>
span { border-color: #6811AE; }
span { border-color: rgb(104,17,174); }
td.TdClassName
{
border-color: #6811AE;
}
.TagClassName
{
border-color: #6811AE;
}
</style>