Shades of Purple Heart #6D06C0
Tints of Purple Heart #6D06C0
RGB
CMYK
RGB Variations
Color information
#6D06C0 (or 0x6D06C0) is known color: Purple Heart. HEX triplet: 6D, 06 and C0. RGB value is (109,6,192). Sum of RGB (Red+Green+Blue) = 109+6+192=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D06C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D06C0 is #92F93F. Grayscale: #393939. Windows color (decimal): -9632064 or 12584557. OLE color: 12584557.
HSL color Cylindrical-coordinate representation of color #6D06C0: hue angle of 273.23º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D06C0 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 6 | 192 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.25 |
| HSL | 273.23º | 0.94% | 0.39% | - |
| HSV(B) | 273.23º | 0.97% | 0.75% | - |
| XYZ | 15.89 | 7.19 | 50.42 | - |
| YUV | 58 | 203.62 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 6 | 192 | 0.43 | 0.97 | 0 | 0.25 | 273.23 | 0.94 | 0.39 |
| Hex | 6D | 6 | C0 | 2B | 61 | 0 | 19 | 111 | 5E | 27 |
| Octal | 155 | 6 | 300 | 53 | 141 | 0 | 31 | 421 | 136 | 47 |
| Binary | 1101101 | 110 | 11000000 | 101011 | 1100001 | 0 | 11001 | 100010001 | 1011110 | 100111 |
Color Harmonies of #6D06C0
Complementary color
Monochromatic Colors of #6D06C0
Black with #6D06C0
Text Example
Text Example
White with #6D06C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D06C0; }
p { color: rgb(109,6,192); }
H1.HeaderClassName
{
color: #6D06C0;
}
.AnyTagClassName
{
color: #6D06C0;
}
</style>
background-color css
<style>
a { background-color: #6D06C0; }
a { background-color: rgb(109,6,192); }
div.DivClassName
{
background-color: #6D06C0;
}
.BgClassName
{
background-color: #6D06C0;
}
</style>
border-color css
<style>
span { border-color: #6D06C0; }
span { border-color: rgb(109,6,192); }
td.TdClassName
{
border-color: #6D06C0;
}
.TagClassName
{
border-color: #6D06C0;
}
</style>