Shades of Purple Heart #6F1BAC
Tints of Purple Heart #6F1BAC
RGB
CMYK
RGB Variations
Color information
#6F1BAC (or 0x6F1BAC) is known color: Purple Heart. HEX triplet: 6F, 1B and AC. RGB value is (111,27,172). Sum of RGB (Red+Green+Blue) = 111+27+172=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F1BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1BAC is #90E453. Grayscale: #444444. Windows color (decimal): -9495636 or 11279215. OLE color: 11279215.
HSL color Cylindrical-coordinate representation of color #6F1BAC: hue angle of 274.76º 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 #6F1BAC is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 27 | 172 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.33 |
| HSL | 274.76º | 0.73% | 0.39% | - |
| HSV(B) | 274.76º | 0.84% | 0.67% | - |
| XYZ | 14.39 | 7.14 | 39.65 | - |
| YUV | 68.65 | 186.33 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 172 | 0.35 | 0.84 | 0 | 0.33 | 274.76 | 0.73 | 0.39 |
| Hex | 6F | 1B | AC | 23 | 54 | 0 | 21 | 113 | 49 | 27 |
| Octal | 157 | 33 | 254 | 43 | 124 | 0 | 41 | 423 | 111 | 47 |
| Binary | 1101111 | 11011 | 10101100 | 100011 | 1010100 | 0 | 100001 | 100010011 | 1001001 | 100111 |
Color Harmonies of #6F1BAC
Complementary color
Monochromatic Colors of #6F1BAC
Black with #6F1BAC
Text Example
Text Example
White with #6F1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1BAC; }
p { color: rgb(111,27,172); }
H1.HeaderClassName
{
color: #6F1BAC;
}
.AnyTagClassName
{
color: #6F1BAC;
}
</style>
background-color css
<style>
a { background-color: #6F1BAC; }
a { background-color: rgb(111,27,172); }
div.DivClassName
{
background-color: #6F1BAC;
}
.BgClassName
{
background-color: #6F1BAC;
}
</style>
border-color css
<style>
span { border-color: #6F1BAC; }
span { border-color: rgb(111,27,172); }
td.TdClassName
{
border-color: #6F1BAC;
}
.TagClassName
{
border-color: #6F1BAC;
}
</style>