Shades of Purple Heart #6815BB
Tints of Purple Heart #6815BB
RGB
CMYK
RGB Variations
Color information
#6815BB (or 0x6815BB) is known color: Purple Heart. HEX triplet: 68, 15 and BB. RGB value is (104,21,187). Sum of RGB (Red+Green+Blue) = 104+21+187=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #6815BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6815BB is #97EA44. Grayscale: #404040. Windows color (decimal): -9955909 or 12260712. OLE color: 12260712.
HSL color Cylindrical-coordinate representation of color #6815BB: hue angle of 270º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6815BB is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 21 | 187 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.27 |
| HSL | 270º | 0.8% | 0.41% | - |
| HSV(B) | 270º | 0.89% | 0.73% | - |
| XYZ | 14.95 | 7.07 | 47.59 | - |
| YUV | 64.74 | 197 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 187 | 0.44 | 0.89 | 0 | 0.27 | 270 | 0.8 | 0.41 |
| Hex | 68 | 15 | BB | 2C | 59 | 0 | 1B | 10E | 50 | 29 |
| Octal | 150 | 25 | 273 | 54 | 131 | 0 | 33 | 416 | 120 | 51 |
| Binary | 1101000 | 10101 | 10111011 | 101100 | 1011001 | 0 | 11011 | 100001110 | 1010000 | 101001 |
Color Harmonies of #6815BB
Complementary color
Monochromatic Colors of #6815BB
Black with #6815BB
Text Example
Text Example
White with #6815BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6815BB; }
p { color: rgb(104,21,187); }
H1.HeaderClassName
{
color: #6815BB;
}
.AnyTagClassName
{
color: #6815BB;
}
</style>
background-color css
<style>
a { background-color: #6815BB; }
a { background-color: rgb(104,21,187); }
div.DivClassName
{
background-color: #6815BB;
}
.BgClassName
{
background-color: #6815BB;
}
</style>
border-color css
<style>
span { border-color: #6815BB; }
span { border-color: rgb(104,21,187); }
td.TdClassName
{
border-color: #6815BB;
}
.TagClassName
{
border-color: #6815BB;
}
</style>