Shades of Purple Heart #6806BA
Tints of Purple Heart #6806BA
RGB
CMYK
RGB Variations
Color information
#6806BA (or 0x6806BA) is known color: Purple Heart. HEX triplet: 68, 06 and BA. RGB value is (104,6,186). Sum of RGB (Red+Green+Blue) = 104+6+186=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #6806BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6806BA is #97F945. Grayscale: #373737. Windows color (decimal): -9959750 or 12191336. OLE color: 12191336.
HSL color Cylindrical-coordinate representation of color #6806BA: hue angle of 272.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6806BA is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 6 | 186 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.27 |
| HSL | 272.67º | 0.94% | 0.38% | - |
| HSV(B) | 272.67º | 0.97% | 0.73% | - |
| XYZ | 14.64 | 6.62 | 46.96 | - |
| YUV | 55.82 | 201.47 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 186 | 0.44 | 0.97 | 0 | 0.27 | 272.67 | 0.94 | 0.38 |
| Hex | 68 | 6 | BA | 2C | 61 | 0 | 1B | 111 | 5E | 26 |
| Octal | 150 | 6 | 272 | 54 | 141 | 0 | 33 | 421 | 136 | 46 |
| Binary | 1101000 | 110 | 10111010 | 101100 | 1100001 | 0 | 11011 | 100010001 | 1011110 | 100110 |
Color Harmonies of #6806BA
Complementary color
Monochromatic Colors of #6806BA
Black with #6806BA
Text Example
Text Example
White with #6806BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6806BA; }
p { color: rgb(104,6,186); }
H1.HeaderClassName
{
color: #6806BA;
}
.AnyTagClassName
{
color: #6806BA;
}
</style>
background-color css
<style>
a { background-color: #6806BA; }
a { background-color: rgb(104,6,186); }
div.DivClassName
{
background-color: #6806BA;
}
.BgClassName
{
background-color: #6806BA;
}
</style>
border-color css
<style>
span { border-color: #6806BA; }
span { border-color: rgb(104,6,186); }
td.TdClassName
{
border-color: #6806BA;
}
.TagClassName
{
border-color: #6806BA;
}
</style>