Shades of Purple Heart #6B0BAB
Tints of Purple Heart #6B0BAB
RGB
CMYK
RGB Variations
Color information
#6B0BAB (or 0x6B0BAB) is known color: Purple Heart. HEX triplet: 6B, 0B and AB. RGB value is (107,11,171). Sum of RGB (Red+Green+Blue) = 107+11+171=289 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.02% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B0BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0BAB is #94F454. Grayscale: #393939. Windows color (decimal): -9761877 or 11209579. OLE color: 11209579.
HSL color Cylindrical-coordinate representation of color #6B0BAB: hue angle of 276º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B0BAB is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 11 | 171 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.33 |
| HSL | 276º | 0.88% | 0.36% | - |
| HSV(B) | 276º | 0.94% | 0.67% | - |
| XYZ | 13.53 | 6.31 | 39.03 | - |
| YUV | 57.94 | 191.8 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 171 | 0.37 | 0.94 | 0 | 0.33 | 276 | 0.88 | 0.36 |
| Hex | 6B | B | AB | 25 | 5E | 0 | 21 | 114 | 58 | 24 |
| Octal | 153 | 13 | 253 | 45 | 136 | 0 | 41 | 424 | 130 | 44 |
| Binary | 1101011 | 1011 | 10101011 | 100101 | 1011110 | 0 | 100001 | 100010100 | 1011000 | 100100 |
Color Harmonies of #6B0BAB
Complementary color
Monochromatic Colors of #6B0BAB
Black with #6B0BAB
Text Example
Text Example
White with #6B0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0BAB; }
p { color: rgb(107,11,171); }
H1.HeaderClassName
{
color: #6B0BAB;
}
.AnyTagClassName
{
color: #6B0BAB;
}
</style>
background-color css
<style>
a { background-color: #6B0BAB; }
a { background-color: rgb(107,11,171); }
div.DivClassName
{
background-color: #6B0BAB;
}
.BgClassName
{
background-color: #6B0BAB;
}
</style>
border-color css
<style>
span { border-color: #6B0BAB; }
span { border-color: rgb(107,11,171); }
td.TdClassName
{
border-color: #6B0BAB;
}
.TagClassName
{
border-color: #6B0BAB;
}
</style>