Shades of Purple Heart #6A0BBC
Tints of Purple Heart #6A0BBC
RGB
CMYK
RGB Variations
Color information
#6A0BBC (or 0x6A0BBC) is known color: Purple Heart. HEX triplet: 6A, 0B and BC. RGB value is (106,11,188). Sum of RGB (Red+Green+Blue) = 106+11+188=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0BBC is #95F443. Grayscale: #3A3A3A. Windows color (decimal): -9827396 or 12323690. OLE color: 12323690.
HSL color Cylindrical-coordinate representation of color #6A0BBC: hue angle of 272.2º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0BBC is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 11 | 188 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.26 |
| HSL | 272.2º | 0.89% | 0.39% | - |
| HSV(B) | 272.2º | 0.94% | 0.74% | - |
| XYZ | 15.14 | 6.93 | 48.12 | - |
| YUV | 59.58 | 200.47 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 188 | 0.44 | 0.94 | 0 | 0.26 | 272.2 | 0.89 | 0.39 |
| Hex | 6A | B | BC | 2C | 5E | 0 | 1A | 110 | 59 | 27 |
| Octal | 152 | 13 | 274 | 54 | 136 | 0 | 32 | 420 | 131 | 47 |
| Binary | 1101010 | 1011 | 10111100 | 101100 | 1011110 | 0 | 11010 | 100010000 | 1011001 | 100111 |
Color Harmonies of #6A0BBC
Complementary color
Monochromatic Colors of #6A0BBC
Black with #6A0BBC
Text Example
Text Example
White with #6A0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0BBC; }
p { color: rgb(106,11,188); }
H1.HeaderClassName
{
color: #6A0BBC;
}
.AnyTagClassName
{
color: #6A0BBC;
}
</style>
background-color css
<style>
a { background-color: #6A0BBC; }
a { background-color: rgb(106,11,188); }
div.DivClassName
{
background-color: #6A0BBC;
}
.BgClassName
{
background-color: #6A0BBC;
}
</style>
border-color css
<style>
span { border-color: #6A0BBC; }
span { border-color: rgb(106,11,188); }
td.TdClassName
{
border-color: #6A0BBC;
}
.TagClassName
{
border-color: #6A0BBC;
}
</style>