Shades of Purple Heart #6D09CE
Tints of Purple Heart #6D09CE
RGB
CMYK
RGB Variations
Color information
#6D09CE (or 0x6D09CE) is known color: Purple Heart. HEX triplet: 6D, 09 and CE. RGB value is (109,9,206). Sum of RGB (Red+Green+Blue) = 109+9+206=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D09CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D09CE is #92F631. Grayscale: #3C3C3C. Windows color (decimal): -9631282 or 13502829. OLE color: 13502829.
HSL color Cylindrical-coordinate representation of color #6D09CE: hue angle of 270.46º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D09CE is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 9 | 206 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.19 |
| HSL | 270.46º | 0.92% | 0.42% | - |
| HSV(B) | 270.46º | 0.96% | 0.81% | - |
| XYZ | 17.54 | 7.9 | 58.99 | - |
| YUV | 61.36 | 209.63 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 9 | 206 | 0.47 | 0.96 | 0 | 0.19 | 270.46 | 0.92 | 0.42 |
| Hex | 6D | 9 | CE | 2F | 60 | 0 | 13 | 10E | 5C | 2A |
| Octal | 155 | 11 | 316 | 57 | 140 | 0 | 23 | 416 | 134 | 52 |
| Binary | 1101101 | 1001 | 11001110 | 101111 | 1100000 | 0 | 10011 | 100001110 | 1011100 | 101010 |
Color Harmonies of #6D09CE
Complementary color
Monochromatic Colors of #6D09CE
Black with #6D09CE
Text Example
Text Example
White with #6D09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D09CE; }
p { color: rgb(109,9,206); }
H1.HeaderClassName
{
color: #6D09CE;
}
.AnyTagClassName
{
color: #6D09CE;
}
</style>
background-color css
<style>
a { background-color: #6D09CE; }
a { background-color: rgb(109,9,206); }
div.DivClassName
{
background-color: #6D09CE;
}
.BgClassName
{
background-color: #6D09CE;
}
</style>
border-color css
<style>
span { border-color: #6D09CE; }
span { border-color: rgb(109,9,206); }
td.TdClassName
{
border-color: #6D09CE;
}
.TagClassName
{
border-color: #6D09CE;
}
</style>