Shades of Purple Heart #6800BB
Tints of Purple Heart #6800BB
RGB
CMYK
RGB Variations
Color information
#6800BB (or 0x6800BB) is known color: Purple Heart. HEX triplet: 68, 00 and BB. RGB value is (104,0,187). Sum of RGB (Red+Green+Blue) = 104+0+187=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #6800BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6800BB is #97FF44. Grayscale: #333333. Windows color (decimal): -9961285 or 12255336. OLE color: 12255336.
HSL color Cylindrical-coordinate representation of color #6800BB: hue angle of 273.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800BB is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 0 | 187 | - |
| CMYK | 0.44 | 1 | 0 | 0.27 |
| HSL | 273.37º | 1% | 0.37% | - |
| HSV(B) | 273.37º | 1% | 0.73% | - |
| XYZ | 14.68 | 6.53 | 47.5 | - |
| YUV | 52.41 | 203.96 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 187 | 0.44 | 1 | 0 | 0.27 | 273.37 | 1 | 0.37 |
| Hex | 68 | 0 | BB | 2C | 64 | 0 | 1B | 111 | 64 | 25 |
| Octal | 150 | 0 | 273 | 54 | 144 | 0 | 33 | 421 | 144 | 45 |
| Binary | 1101000 | 0 | 10111011 | 101100 | 1100100 | 0 | 11011 | 100010001 | 1100100 | 100101 |
Color Harmonies of #6800BB
Complementary color
Monochromatic Colors of #6800BB
Black with #6800BB
Text Example
Text Example
White with #6800BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6800BB; }
p { color: rgb(104,0,187); }
H1.HeaderClassName
{
color: #6800BB;
}
.AnyTagClassName
{
color: #6800BB;
}
</style>
background-color css
<style>
a { background-color: #6800BB; }
a { background-color: rgb(104,0,187); }
div.DivClassName
{
background-color: #6800BB;
}
.BgClassName
{
background-color: #6800BB;
}
</style>
border-color css
<style>
span { border-color: #6800BB; }
span { border-color: rgb(104,0,187); }
td.TdClassName
{
border-color: #6800BB;
}
.TagClassName
{
border-color: #6800BB;
}
</style>