Shades of Purple Heart #6F0BBA
Tints of Purple Heart #6F0BBA
RGB
CMYK
RGB Variations
Color information
#6F0BBA (or 0x6F0BBA) is known color: Purple Heart. HEX triplet: 6F, 0B and BA. RGB value is (111,11,186). Sum of RGB (Red+Green+Blue) = 111+11+186=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0BBA is #90F445. Grayscale: #3C3C3C. Windows color (decimal): -9499718 or 12192623. OLE color: 12192623.
HSL color Cylindrical-coordinate representation of color #6F0BBA: hue angle of 274.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0BBA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 11 | 186 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.27 |
| HSL | 274.29º | 0.89% | 0.39% | - |
| HSV(B) | 274.29º | 0.94% | 0.73% | - |
| XYZ | 15.54 | 7.16 | 47.02 | - |
| YUV | 60.85 | 198.63 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 186 | 0.40 | 0.94 | 0 | 0.27 | 274.29 | 0.89 | 0.39 |
| Hex | 6F | B | BA | 28 | 5E | 0 | 1B | 112 | 59 | 27 |
| Octal | 157 | 13 | 272 | 50 | 136 | 0 | 33 | 422 | 131 | 47 |
| Binary | 1101111 | 1011 | 10111010 | 101000 | 1011110 | 0 | 11011 | 100010010 | 1011001 | 100111 |
Color Harmonies of #6F0BBA
Complementary color
Monochromatic Colors of #6F0BBA
Black with #6F0BBA
Text Example
Text Example
White with #6F0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0BBA; }
p { color: rgb(111,11,186); }
H1.HeaderClassName
{
color: #6F0BBA;
}
.AnyTagClassName
{
color: #6F0BBA;
}
</style>
background-color css
<style>
a { background-color: #6F0BBA; }
a { background-color: rgb(111,11,186); }
div.DivClassName
{
background-color: #6F0BBA;
}
.BgClassName
{
background-color: #6F0BBA;
}
</style>
border-color css
<style>
span { border-color: #6F0BBA; }
span { border-color: rgb(111,11,186); }
td.TdClassName
{
border-color: #6F0BBA;
}
.TagClassName
{
border-color: #6F0BBA;
}
</style>