Shades of Purple Heart #6D06BC
Tints of Purple Heart #6D06BC
RGB
CMYK
RGB Variations
Color information
#6D06BC (or 0x6D06BC) is known color: Purple Heart. HEX triplet: 6D, 06 and BC. RGB value is (109,6,188). Sum of RGB (Red+Green+Blue) = 109+6+188=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D06BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D06BC is #92F943. Grayscale: #383838. Windows color (decimal): -9632068 or 12322413. OLE color: 12322413.
HSL color Cylindrical-coordinate representation of color #6D06BC: hue angle of 273.96º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D06BC is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 6 | 188 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.26 |
| HSL | 273.96º | 0.94% | 0.38% | - |
| HSV(B) | 273.96º | 0.97% | 0.74% | - |
| XYZ | 15.45 | 7.01 | 48.12 | - |
| YUV | 57.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 188 | 0.42 | 0.97 | 0 | 0.26 | 273.96 | 0.94 | 0.38 |
| Hex | 6D | 6 | BC | 2A | 61 | 0 | 1A | 112 | 5E | 26 |
| Octal | 155 | 6 | 274 | 52 | 141 | 0 | 32 | 422 | 136 | 46 |
| Binary | 1101101 | 110 | 10111100 | 101010 | 1100001 | 0 | 11010 | 100010010 | 1011110 | 100110 |
Color Harmonies of #6D06BC
Complementary color
Monochromatic Colors of #6D06BC
Black with #6D06BC
Text Example
Text Example
White with #6D06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D06BC; }
p { color: rgb(109,6,188); }
H1.HeaderClassName
{
color: #6D06BC;
}
.AnyTagClassName
{
color: #6D06BC;
}
</style>
background-color css
<style>
a { background-color: #6D06BC; }
a { background-color: rgb(109,6,188); }
div.DivClassName
{
background-color: #6D06BC;
}
.BgClassName
{
background-color: #6D06BC;
}
</style>
border-color css
<style>
span { border-color: #6D06BC; }
span { border-color: rgb(109,6,188); }
td.TdClassName
{
border-color: #6D06BC;
}
.TagClassName
{
border-color: #6D06BC;
}
</style>