Shades of Purple Heart #6B0BBB
Tints of Purple Heart #6B0BBB
RGB
CMYK
RGB Variations
Color information
#6B0BBB (or 0x6B0BBB) is known color: Purple Heart. HEX triplet: 6B, 0B and BB. RGB value is (107,11,187). Sum of RGB (Red+Green+Blue) = 107+11+187=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B0BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0BBB is #94F444. Grayscale: #3B3B3B. Windows color (decimal): -9761861 or 12258155. OLE color: 12258155.
HSL color Cylindrical-coordinate representation of color #6B0BBB: hue angle of 272.73º 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 #6B0BBB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 11 | 187 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.27 |
| HSL | 272.73º | 0.89% | 0.39% | - |
| HSV(B) | 272.73º | 0.94% | 0.73% | - |
| XYZ | 15.15 | 6.95 | 47.56 | - |
| YUV | 59.77 | 199.8 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 11 | 187 | 0.43 | 0.94 | 0 | 0.27 | 272.73 | 0.89 | 0.39 |
| Hex | 6B | B | BB | 2B | 5E | 0 | 1B | 111 | 59 | 27 |
| Octal | 153 | 13 | 273 | 53 | 136 | 0 | 33 | 421 | 131 | 47 |
| Binary | 1101011 | 1011 | 10111011 | 101011 | 1011110 | 0 | 11011 | 100010001 | 1011001 | 100111 |
Color Harmonies of #6B0BBB
Complementary color
Monochromatic Colors of #6B0BBB
Black with #6B0BBB
Text Example
Text Example
White with #6B0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0BBB; }
p { color: rgb(107,11,187); }
H1.HeaderClassName
{
color: #6B0BBB;
}
.AnyTagClassName
{
color: #6B0BBB;
}
</style>
background-color css
<style>
a { background-color: #6B0BBB; }
a { background-color: rgb(107,11,187); }
div.DivClassName
{
background-color: #6B0BBB;
}
.BgClassName
{
background-color: #6B0BBB;
}
</style>
border-color css
<style>
span { border-color: #6B0BBB; }
span { border-color: rgb(107,11,187); }
td.TdClassName
{
border-color: #6B0BBB;
}
.TagClassName
{
border-color: #6B0BBB;
}
</style>