Shades of Purple Heart #6F15AB
Tints of Purple Heart #6F15AB
RGB
CMYK
RGB Variations
Color information
#6F15AB (or 0x6F15AB) is known color: Purple Heart. HEX triplet: 6F, 15 and AB. RGB value is (111,21,171). Sum of RGB (Red+Green+Blue) = 111+21+171=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F15AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F15AB is #90EA54. Grayscale: #404040. Windows color (decimal): -9497173 or 11212143. OLE color: 11212143.
HSL color Cylindrical-coordinate representation of color #6F15AB: hue angle of 276º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F15AB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 21 | 171 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.33 |
| HSL | 276º | 0.78% | 0.38% | - |
| HSV(B) | 276º | 0.88% | 0.67% | - |
| XYZ | 14.17 | 6.86 | 39.1 | - |
| YUV | 65.01 | 187.82 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 171 | 0.35 | 0.88 | 0 | 0.33 | 276 | 0.78 | 0.38 |
| Hex | 6F | 15 | AB | 23 | 58 | 0 | 21 | 114 | 4E | 26 |
| Octal | 157 | 25 | 253 | 43 | 130 | 0 | 41 | 424 | 116 | 46 |
| Binary | 1101111 | 10101 | 10101011 | 100011 | 1011000 | 0 | 100001 | 100010100 | 1001110 | 100110 |
Color Harmonies of #6F15AB
Complementary color
Monochromatic Colors of #6F15AB
Black with #6F15AB
Text Example
Text Example
White with #6F15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F15AB; }
p { color: rgb(111,21,171); }
H1.HeaderClassName
{
color: #6F15AB;
}
.AnyTagClassName
{
color: #6F15AB;
}
</style>
background-color css
<style>
a { background-color: #6F15AB; }
a { background-color: rgb(111,21,171); }
div.DivClassName
{
background-color: #6F15AB;
}
.BgClassName
{
background-color: #6F15AB;
}
</style>
border-color css
<style>
span { border-color: #6F15AB; }
span { border-color: rgb(111,21,171); }
td.TdClassName
{
border-color: #6F15AB;
}
.TagClassName
{
border-color: #6F15AB;
}
</style>