Shades of Purple Heart #6811BB
Tints of Purple Heart #6811BB
RGB
CMYK
RGB Variations
Color information
#6811BB (or 0x6811BB) is known color: Purple Heart. HEX triplet: 68, 11 and BB. RGB value is (104,17,187). Sum of RGB (Red+Green+Blue) = 104+17+187=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #6811BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6811BB is #97EE44. Grayscale: #3D3D3D. Windows color (decimal): -9956933 or 12259688. OLE color: 12259688.
HSL color Cylindrical-coordinate representation of color #6811BB: hue angle of 270.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6811BB is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 17 | 187 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.27 |
| HSL | 270.71º | 0.83% | 0.4% | - |
| HSV(B) | 270.71º | 0.91% | 0.73% | - |
| XYZ | 14.88 | 6.93 | 47.57 | - |
| YUV | 62.39 | 198.32 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 187 | 0.44 | 0.91 | 0 | 0.27 | 270.71 | 0.83 | 0.4 |
| Hex | 68 | 11 | BB | 2C | 5B | 0 | 1B | 10F | 53 | 28 |
| Octal | 150 | 21 | 273 | 54 | 133 | 0 | 33 | 417 | 123 | 50 |
| Binary | 1101000 | 10001 | 10111011 | 101100 | 1011011 | 0 | 11011 | 100001111 | 1010011 | 101000 |
Color Harmonies of #6811BB
Complementary color
Monochromatic Colors of #6811BB
Black with #6811BB
Text Example
Text Example
White with #6811BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6811BB; }
p { color: rgb(104,17,187); }
H1.HeaderClassName
{
color: #6811BB;
}
.AnyTagClassName
{
color: #6811BB;
}
</style>
background-color css
<style>
a { background-color: #6811BB; }
a { background-color: rgb(104,17,187); }
div.DivClassName
{
background-color: #6811BB;
}
.BgClassName
{
background-color: #6811BB;
}
</style>
border-color css
<style>
span { border-color: #6811BB; }
span { border-color: rgb(104,17,187); }
td.TdClassName
{
border-color: #6811BB;
}
.TagClassName
{
border-color: #6811BB;
}
</style>