Shades of Purple Heart #6D0BAF
Tints of Purple Heart #6D0BAF
RGB
CMYK
RGB Variations
Color information
#6D0BAF (or 0x6D0BAF) is known color: Purple Heart. HEX triplet: 6D, 0B and AF. RGB value is (109,11,175). Sum of RGB (Red+Green+Blue) = 109+11+175=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D0BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0BAF is #92F450. Grayscale: #3A3A3A. Windows color (decimal): -9630801 or 11471725. OLE color: 11471725.
HSL color Cylindrical-coordinate representation of color #6D0BAF: hue angle of 275.85º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0BAF is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 11 | 175 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.31 |
| HSL | 275.85º | 0.88% | 0.36% | - |
| HSV(B) | 275.85º | 0.94% | 0.69% | - |
| XYZ | 14.16 | 6.59 | 41.08 | - |
| YUV | 59 | 193.47 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 175 | 0.38 | 0.94 | 0 | 0.31 | 275.85 | 0.88 | 0.36 |
| Hex | 6D | B | AF | 26 | 5E | 0 | 1F | 114 | 58 | 24 |
| Octal | 155 | 13 | 257 | 46 | 136 | 0 | 37 | 424 | 130 | 44 |
| Binary | 1101101 | 1011 | 10101111 | 100110 | 1011110 | 0 | 11111 | 100010100 | 1011000 | 100100 |
Color Harmonies of #6D0BAF
Complementary color
Monochromatic Colors of #6D0BAF
Black with #6D0BAF
Text Example
Text Example
White with #6D0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0BAF; }
p { color: rgb(109,11,175); }
H1.HeaderClassName
{
color: #6D0BAF;
}
.AnyTagClassName
{
color: #6D0BAF;
}
</style>
background-color css
<style>
a { background-color: #6D0BAF; }
a { background-color: rgb(109,11,175); }
div.DivClassName
{
background-color: #6D0BAF;
}
.BgClassName
{
background-color: #6D0BAF;
}
</style>
border-color css
<style>
span { border-color: #6D0BAF; }
span { border-color: rgb(109,11,175); }
td.TdClassName
{
border-color: #6D0BAF;
}
.TagClassName
{
border-color: #6D0BAF;
}
</style>