Shades of Purple Heart #6A0BB2
Tints of Purple Heart #6A0BB2
RGB
CMYK
RGB Variations
Color information
#6A0BB2 (or 0x6A0BB2) is known color: Purple Heart. HEX triplet: 6A, 0B and B2. RGB value is (106,11,178). Sum of RGB (Red+Green+Blue) = 106+11+178=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 178 (69.92% from 255 or 60.34% from 295); Max value from RGB is 178 - color contains mainly: blue. Hex color #6A0BB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0BB2 is #95F44D. Grayscale: #393939. Windows color (decimal): -9827406 or 11668330. OLE color: 11668330.
HSL color Cylindrical-coordinate representation of color #6A0BB2: hue angle of 274.13º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0BB2 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 11 | 178 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.30 |
| HSL | 274.13º | 0.88% | 0.37% | - |
| HSV(B) | 274.13º | 0.94% | 0.7% | - |
| XYZ | 14.1 | 6.52 | 42.63 | - |
| YUV | 58.44 | 195.47 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 178 | 0.40 | 0.94 | 0 | 0.30 | 274.13 | 0.88 | 0.37 |
| Hex | 6A | B | B2 | 28 | 5E | 0 | 1E | 112 | 58 | 25 |
| Octal | 152 | 13 | 262 | 50 | 136 | 0 | 36 | 422 | 130 | 45 |
| Binary | 1101010 | 1011 | 10110010 | 101000 | 1011110 | 0 | 11110 | 100010010 | 1011000 | 100101 |
Color Harmonies of #6A0BB2
Complementary color
Monochromatic Colors of #6A0BB2
Black with #6A0BB2
Text Example
Text Example
White with #6A0BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0BB2; }
p { color: rgb(106,11,178); }
H1.HeaderClassName
{
color: #6A0BB2;
}
.AnyTagClassName
{
color: #6A0BB2;
}
</style>
background-color css
<style>
a { background-color: #6A0BB2; }
a { background-color: rgb(106,11,178); }
div.DivClassName
{
background-color: #6A0BB2;
}
.BgClassName
{
background-color: #6A0BB2;
}
</style>
border-color css
<style>
span { border-color: #6A0BB2; }
span { border-color: rgb(106,11,178); }
td.TdClassName
{
border-color: #6A0BB2;
}
.TagClassName
{
border-color: #6A0BB2;
}
</style>