Shades of Purple Heart #6D0AB6
Tints of Purple Heart #6D0AB6
RGB
CMYK
RGB Variations
Color information
#6D0AB6 (or 0x6D0AB6) is known color: Purple Heart. HEX triplet: 6D, 0A and B6. RGB value is (109,10,182). Sum of RGB (Red+Green+Blue) = 109+10+182=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 182 (71.48% from 255 or 60.47% from 301); Max value from RGB is 182 - color contains mainly: blue. Hex color #6D0AB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0AB6 is #92F549. Grayscale: #3A3A3A. Windows color (decimal): -9631050 or 11930221. OLE color: 11930221.
HSL color Cylindrical-coordinate representation of color #6D0AB6: hue angle of 274.53º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0AB6 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 10 | 182 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.29 |
| HSL | 274.53º | 0.9% | 0.38% | - |
| HSV(B) | 274.53º | 0.95% | 0.71% | - |
| XYZ | 14.86 | 6.85 | 44.79 | - |
| YUV | 59.21 | 197.3 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 182 | 0.40 | 0.95 | 0 | 0.29 | 274.53 | 0.9 | 0.38 |
| Hex | 6D | A | B6 | 28 | 5F | 0 | 1D | 113 | 5A | 26 |
| Octal | 155 | 12 | 266 | 50 | 137 | 0 | 35 | 423 | 132 | 46 |
| Binary | 1101101 | 1010 | 10110110 | 101000 | 1011111 | 0 | 11101 | 100010011 | 1011010 | 100110 |
Color Harmonies of #6D0AB6
Complementary color
Monochromatic Colors of #6D0AB6
Black with #6D0AB6
Text Example
Text Example
White with #6D0AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0AB6; }
p { color: rgb(109,10,182); }
H1.HeaderClassName
{
color: #6D0AB6;
}
.AnyTagClassName
{
color: #6D0AB6;
}
</style>
background-color css
<style>
a { background-color: #6D0AB6; }
a { background-color: rgb(109,10,182); }
div.DivClassName
{
background-color: #6D0AB6;
}
.BgClassName
{
background-color: #6D0AB6;
}
</style>
border-color css
<style>
span { border-color: #6D0AB6; }
span { border-color: rgb(109,10,182); }
td.TdClassName
{
border-color: #6D0AB6;
}
.TagClassName
{
border-color: #6D0AB6;
}
</style>