Shades of Purple Heart #6F15BD
Tints of Purple Heart #6F15BD
RGB
CMYK
RGB Variations
Color information
#6F15BD (or 0x6F15BD) is known color: Purple Heart. HEX triplet: 6F, 15 and BD. RGB value is (111,21,189). Sum of RGB (Red+Green+Blue) = 111+21+189=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F15BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F15BD is #90EA42. Grayscale: #424242. Windows color (decimal): -9497155 or 12391791. OLE color: 12391791.
HSL color Cylindrical-coordinate representation of color #6F15BD: hue angle of 272.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F15BD is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 21 | 189 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.26 |
| HSL | 272.14º | 0.8% | 0.41% | - |
| HSV(B) | 272.14º | 0.89% | 0.74% | - |
| XYZ | 16.01 | 7.59 | 48.77 | - |
| YUV | 67.06 | 196.82 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 189 | 0.41 | 0.89 | 0 | 0.26 | 272.14 | 0.8 | 0.41 |
| Hex | 6F | 15 | BD | 29 | 59 | 0 | 1A | 110 | 50 | 29 |
| Octal | 157 | 25 | 275 | 51 | 131 | 0 | 32 | 420 | 120 | 51 |
| Binary | 1101111 | 10101 | 10111101 | 101001 | 1011001 | 0 | 11010 | 100010000 | 1010000 | 101001 |
Color Harmonies of #6F15BD
Complementary color
Monochromatic Colors of #6F15BD
Black with #6F15BD
Text Example
Text Example
White with #6F15BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F15BD; }
p { color: rgb(111,21,189); }
H1.HeaderClassName
{
color: #6F15BD;
}
.AnyTagClassName
{
color: #6F15BD;
}
</style>
background-color css
<style>
a { background-color: #6F15BD; }
a { background-color: rgb(111,21,189); }
div.DivClassName
{
background-color: #6F15BD;
}
.BgClassName
{
background-color: #6F15BD;
}
</style>
border-color css
<style>
span { border-color: #6F15BD; }
span { border-color: rgb(111,21,189); }
td.TdClassName
{
border-color: #6F15BD;
}
.TagClassName
{
border-color: #6F15BD;
}
</style>