Shades of Purple Heart #6F1BAB
Tints of Purple Heart #6F1BAB
RGB
CMYK
RGB Variations
Color information
#6F1BAB (or 0x6F1BAB) is known color: Purple Heart. HEX triplet: 6F, 1B and AB. RGB value is (111,27,171). Sum of RGB (Red+Green+Blue) = 111+27+171=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F1BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1BAB is #90E454. Grayscale: #444444. Windows color (decimal): -9495637 or 11213679. OLE color: 11213679.
HSL color Cylindrical-coordinate representation of color #6F1BAB: hue angle of 275º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1BAB is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 27 | 171 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.33 |
| HSL | 275º | 0.73% | 0.39% | - |
| HSV(B) | 275º | 0.84% | 0.67% | - |
| XYZ | 14.3 | 7.1 | 39.15 | - |
| YUV | 68.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 171 | 0.35 | 0.84 | 0 | 0.33 | 275 | 0.73 | 0.39 |
| Hex | 6F | 1B | AB | 23 | 54 | 0 | 21 | 113 | 49 | 27 |
| Octal | 157 | 33 | 253 | 43 | 124 | 0 | 41 | 423 | 111 | 47 |
| Binary | 1101111 | 11011 | 10101011 | 100011 | 1010100 | 0 | 100001 | 100010011 | 1001001 | 100111 |
Color Harmonies of #6F1BAB
Complementary color
Monochromatic Colors of #6F1BAB
Black with #6F1BAB
Text Example
Text Example
White with #6F1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1BAB; }
p { color: rgb(111,27,171); }
H1.HeaderClassName
{
color: #6F1BAB;
}
.AnyTagClassName
{
color: #6F1BAB;
}
</style>
background-color css
<style>
a { background-color: #6F1BAB; }
a { background-color: rgb(111,27,171); }
div.DivClassName
{
background-color: #6F1BAB;
}
.BgClassName
{
background-color: #6F1BAB;
}
</style>
border-color css
<style>
span { border-color: #6F1BAB; }
span { border-color: rgb(111,27,171); }
td.TdClassName
{
border-color: #6F1BAB;
}
.TagClassName
{
border-color: #6F1BAB;
}
</style>