Shades of Purple Heart #6B0AB9
Tints of Purple Heart #6B0AB9
RGB
CMYK
RGB Variations
Color information
#6B0AB9 (or 0x6B0AB9) is known color: Purple Heart. HEX triplet: 6B, 0A and B9. RGB value is (107,10,185). Sum of RGB (Red+Green+Blue) = 107+10+185=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 185 (72.66% from 255 or 61.26% from 302); Max value from RGB is 185 - color contains mainly: blue. Hex color #6B0AB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0AB9 is #94F546. Grayscale: #3A3A3A. Windows color (decimal): -9762119 or 12126827. OLE color: 12126827.
HSL color Cylindrical-coordinate representation of color #6B0AB9: hue angle of 273.26º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0AB9 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 10 | 185 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.27 |
| HSL | 273.26º | 0.9% | 0.38% | - |
| HSV(B) | 273.26º | 0.95% | 0.73% | - |
| XYZ | 14.93 | 6.85 | 46.43 | - |
| YUV | 58.95 | 199.14 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 10 | 185 | 0.42 | 0.95 | 0 | 0.27 | 273.26 | 0.9 | 0.38 |
| Hex | 6B | A | B9 | 2A | 5F | 0 | 1B | 111 | 5A | 26 |
| Octal | 153 | 12 | 271 | 52 | 137 | 0 | 33 | 421 | 132 | 46 |
| Binary | 1101011 | 1010 | 10111001 | 101010 | 1011111 | 0 | 11011 | 100010001 | 1011010 | 100110 |
Color Harmonies of #6B0AB9
Complementary color
Monochromatic Colors of #6B0AB9
Black with #6B0AB9
Text Example
Text Example
White with #6B0AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0AB9; }
p { color: rgb(107,10,185); }
H1.HeaderClassName
{
color: #6B0AB9;
}
.AnyTagClassName
{
color: #6B0AB9;
}
</style>
background-color css
<style>
a { background-color: #6B0AB9; }
a { background-color: rgb(107,10,185); }
div.DivClassName
{
background-color: #6B0AB9;
}
.BgClassName
{
background-color: #6B0AB9;
}
</style>
border-color css
<style>
span { border-color: #6B0AB9; }
span { border-color: rgb(107,10,185); }
td.TdClassName
{
border-color: #6B0AB9;
}
.TagClassName
{
border-color: #6B0AB9;
}
</style>