Shades of Purple Heart #6F15BB
Tints of Purple Heart #6F15BB
RGB
CMYK
RGB Variations
Color information
#6F15BB (or 0x6F15BB) is known color: Purple Heart. HEX triplet: 6F, 15 and BB. RGB value is (111,21,187). Sum of RGB (Red+Green+Blue) = 111+21+187=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F15BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F15BB is #90EA44. Grayscale: #424242. Windows color (decimal): -9497157 or 12260719. OLE color: 12260719.
HSL color Cylindrical-coordinate representation of color #6F15BB: hue angle of 272.53º 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 #6F15BB is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 21 | 187 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.27 |
| HSL | 272.53º | 0.8% | 0.41% | - |
| HSV(B) | 272.53º | 0.89% | 0.73% | - |
| XYZ | 15.79 | 7.5 | 47.63 | - |
| YUV | 66.83 | 195.82 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 187 | 0.41 | 0.89 | 0 | 0.27 | 272.53 | 0.8 | 0.41 |
| Hex | 6F | 15 | BB | 29 | 59 | 0 | 1B | 111 | 50 | 29 |
| Octal | 157 | 25 | 273 | 51 | 131 | 0 | 33 | 421 | 120 | 51 |
| Binary | 1101111 | 10101 | 10111011 | 101001 | 1011001 | 0 | 11011 | 100010001 | 1010000 | 101001 |
Color Harmonies of #6F15BB
Complementary color
Monochromatic Colors of #6F15BB
Black with #6F15BB
Text Example
Text Example
White with #6F15BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F15BB; }
p { color: rgb(111,21,187); }
H1.HeaderClassName
{
color: #6F15BB;
}
.AnyTagClassName
{
color: #6F15BB;
}
</style>
background-color css
<style>
a { background-color: #6F15BB; }
a { background-color: rgb(111,21,187); }
div.DivClassName
{
background-color: #6F15BB;
}
.BgClassName
{
background-color: #6F15BB;
}
</style>
border-color css
<style>
span { border-color: #6F15BB; }
span { border-color: rgb(111,21,187); }
td.TdClassName
{
border-color: #6F15BB;
}
.TagClassName
{
border-color: #6F15BB;
}
</style>