Shades of Purple Heart #6B0BBA
Tints of Purple Heart #6B0BBA
RGB
CMYK
RGB Variations
Color information
#6B0BBA (or 0x6B0BBA) is known color: Purple Heart. HEX triplet: 6B, 0B and BA. RGB value is (107,11,186). Sum of RGB (Red+Green+Blue) = 107+11+186=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B0BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0BBA is #94F445. Grayscale: #3B3B3B. Windows color (decimal): -9761862 or 12192619. OLE color: 12192619.
HSL color Cylindrical-coordinate representation of color #6B0BBA: hue angle of 272.91º 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 #6B0BBA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 11 | 186 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.27 |
| HSL | 272.91º | 0.89% | 0.39% | - |
| HSV(B) | 272.91º | 0.94% | 0.73% | - |
| XYZ | 15.05 | 6.91 | 47 | - |
| YUV | 59.65 | 199.3 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 186 | 0.42 | 0.94 | 0 | 0.27 | 272.91 | 0.89 | 0.39 |
| Hex | 6B | B | BA | 2A | 5E | 0 | 1B | 111 | 59 | 27 |
| Octal | 153 | 13 | 272 | 52 | 136 | 0 | 33 | 421 | 131 | 47 |
| Binary | 1101011 | 1011 | 10111010 | 101010 | 1011110 | 0 | 11011 | 100010001 | 1011001 | 100111 |
Color Harmonies of #6B0BBA
Complementary color
Monochromatic Colors of #6B0BBA
Black with #6B0BBA
Text Example
Text Example
White with #6B0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0BBA; }
p { color: rgb(107,11,186); }
H1.HeaderClassName
{
color: #6B0BBA;
}
.AnyTagClassName
{
color: #6B0BBA;
}
</style>
background-color css
<style>
a { background-color: #6B0BBA; }
a { background-color: rgb(107,11,186); }
div.DivClassName
{
background-color: #6B0BBA;
}
.BgClassName
{
background-color: #6B0BBA;
}
</style>
border-color css
<style>
span { border-color: #6B0BBA; }
span { border-color: rgb(107,11,186); }
td.TdClassName
{
border-color: #6B0BBA;
}
.TagClassName
{
border-color: #6B0BBA;
}
</style>