Shades of Purple Heart #6D3ABB
Tints of Purple Heart #6D3ABB
RGB
CMYK
RGB Variations
Color information
#6D3ABB (or 0x6D3ABB) is known color: Purple Heart. HEX triplet: 6D, 3A and BB. RGB value is (109,58,187). Sum of RGB (Red+Green+Blue) = 109+58+187=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D3ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3ABB is #92C544. Grayscale: #575757. Windows color (decimal): -9618757 or 12270189. OLE color: 12270189.
HSL color Cylindrical-coordinate representation of color #6D3ABB: hue angle of 263.72º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D3ABB is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 58 | 187 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.27 |
| HSL | 263.72º | 0.53% | 0.48% | - |
| HSV(B) | 263.72º | 0.69% | 0.73% | - |
| XYZ | 16.79 | 9.87 | 48.03 | - |
| YUV | 87.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 187 | 0.42 | 0.69 | 0 | 0.27 | 263.72 | 0.53 | 0.48 |
| Hex | 6D | 3A | BB | 2A | 45 | 0 | 1B | 108 | 35 | 30 |
| Octal | 155 | 72 | 273 | 52 | 105 | 0 | 33 | 410 | 65 | 60 |
| Binary | 1101101 | 111010 | 10111011 | 101010 | 1000101 | 0 | 11011 | 100001000 | 110101 | 110000 |
Color Harmonies of #6D3ABB
Complementary color
Monochromatic Colors of #6D3ABB
Black with #6D3ABB
Text Example
Text Example
White with #6D3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3ABB; }
p { color: rgb(109,58,187); }
H1.HeaderClassName
{
color: #6D3ABB;
}
.AnyTagClassName
{
color: #6D3ABB;
}
</style>
background-color css
<style>
a { background-color: #6D3ABB; }
a { background-color: rgb(109,58,187); }
div.DivClassName
{
background-color: #6D3ABB;
}
.BgClassName
{
background-color: #6D3ABB;
}
</style>
border-color css
<style>
span { border-color: #6D3ABB; }
span { border-color: rgb(109,58,187); }
td.TdClassName
{
border-color: #6D3ABB;
}
.TagClassName
{
border-color: #6D3ABB;
}
</style>