Shades of Purple Heart #6D10CF
Tints of Purple Heart #6D10CF
RGB
CMYK
RGB Variations
Color information
#6D10CF (or 0x6D10CF) is known color: Purple Heart. HEX triplet: 6D, 10 and CF. RGB value is (109,16,207). Sum of RGB (Red+Green+Blue) = 109+16+207=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D10CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D10CF is #92EF30. Grayscale: #404040. Windows color (decimal): -9629489 or 13570157. OLE color: 13570157.
HSL color Cylindrical-coordinate representation of color #6D10CF: hue angle of 269.21º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D10CF is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 16 | 207 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.19 |
| HSL | 269.21º | 0.86% | 0.44% | - |
| HSV(B) | 269.21º | 0.92% | 0.81% | - |
| XYZ | 17.75 | 8.13 | 59.66 | - |
| YUV | 65.58 | 207.81 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 207 | 0.47 | 0.92 | 0 | 0.19 | 269.21 | 0.86 | 0.44 |
| Hex | 6D | 10 | CF | 2F | 5C | 0 | 13 | 10D | 56 | 2C |
| Octal | 155 | 20 | 317 | 57 | 134 | 0 | 23 | 415 | 126 | 54 |
| Binary | 1101101 | 10000 | 11001111 | 101111 | 1011100 | 0 | 10011 | 100001101 | 1010110 | 101100 |
Color Harmonies of #6D10CF
Complementary color
Monochromatic Colors of #6D10CF
Black with #6D10CF
Text Example
Text Example
White with #6D10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D10CF; }
p { color: rgb(109,16,207); }
H1.HeaderClassName
{
color: #6D10CF;
}
.AnyTagClassName
{
color: #6D10CF;
}
</style>
background-color css
<style>
a { background-color: #6D10CF; }
a { background-color: rgb(109,16,207); }
div.DivClassName
{
background-color: #6D10CF;
}
.BgClassName
{
background-color: #6D10CF;
}
</style>
border-color css
<style>
span { border-color: #6D10CF; }
span { border-color: rgb(109,16,207); }
td.TdClassName
{
border-color: #6D10CF;
}
.TagClassName
{
border-color: #6D10CF;
}
</style>