Shades of Purple Heart #6D0CCF
Tints of Purple Heart #6D0CCF
RGB
CMYK
RGB Variations
Color information
#6D0CCF (or 0x6D0CCF) is known color: Purple Heart. HEX triplet: 6D, 0C and CF. RGB value is (109,12,207). Sum of RGB (Red+Green+Blue) = 109+12+207=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D0CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0CCF is #92F330. Grayscale: #3E3E3E. Windows color (decimal): -9630513 or 13569133. OLE color: 13569133.
HSL color Cylindrical-coordinate representation of color #6D0CCF: hue angle of 269.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0CCF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 12 | 207 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.19 |
| HSL | 269.85º | 0.89% | 0.43% | - |
| HSV(B) | 269.85º | 0.94% | 0.81% | - |
| XYZ | 17.7 | 8.02 | 59.65 | - |
| YUV | 63.23 | 209.14 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 207 | 0.47 | 0.94 | 0 | 0.19 | 269.85 | 0.89 | 0.43 |
| Hex | 6D | C | CF | 2F | 5E | 0 | 13 | 10E | 59 | 2B |
| Octal | 155 | 14 | 317 | 57 | 136 | 0 | 23 | 416 | 131 | 53 |
| Binary | 1101101 | 1100 | 11001111 | 101111 | 1011110 | 0 | 10011 | 100001110 | 1011001 | 101011 |
Color Harmonies of #6D0CCF
Complementary color
Monochromatic Colors of #6D0CCF
Black with #6D0CCF
Text Example
Text Example
White with #6D0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0CCF; }
p { color: rgb(109,12,207); }
H1.HeaderClassName
{
color: #6D0CCF;
}
.AnyTagClassName
{
color: #6D0CCF;
}
</style>
background-color css
<style>
a { background-color: #6D0CCF; }
a { background-color: rgb(109,12,207); }
div.DivClassName
{
background-color: #6D0CCF;
}
.BgClassName
{
background-color: #6D0CCF;
}
</style>
border-color css
<style>
span { border-color: #6D0CCF; }
span { border-color: rgb(109,12,207); }
td.TdClassName
{
border-color: #6D0CCF;
}
.TagClassName
{
border-color: #6D0CCF;
}
</style>