Shades of Purple Heart #6C10D7
Tints of Purple Heart #6C10D7
RGB
CMYK
RGB Variations
Color information
#6C10D7 (or 0x6C10D7) is known color: Purple Heart. HEX triplet: 6C, 10 and D7. RGB value is (108,16,215). Sum of RGB (Red+Green+Blue) = 108+16+215=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 215 (84.38% from 255 or 63.42% from 339); Max value from RGB is 215 - color contains mainly: blue. Hex color #6C10D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C10D7 is #93EF28. Grayscale: #414141. Windows color (decimal): -9695017 or 14094444. OLE color: 14094444.
HSL color Cylindrical-coordinate representation of color #6C10D7: hue angle of 267.74º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C10D7 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 16 | 215 | - |
| CMYK | 0.50 | 0.93 | 0 | 0.16 |
| HSL | 267.74º | 0.86% | 0.45% | - |
| HSV(B) | 267.74º | 0.93% | 0.84% | - |
| XYZ | 18.64 | 8.47 | 64.94 | - |
| YUV | 66.19 | 211.98 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 215 | 0.50 | 0.93 | 0 | 0.16 | 267.74 | 0.86 | 0.45 |
| Hex | 6C | 10 | D7 | 32 | 5D | 0 | 10 | 10C | 56 | 2D |
| Octal | 154 | 20 | 327 | 62 | 135 | 0 | 20 | 414 | 126 | 55 |
| Binary | 1101100 | 10000 | 11010111 | 110010 | 1011101 | 0 | 10000 | 100001100 | 1010110 | 101101 |
Color Harmonies of #6C10D7
Complementary color
Monochromatic Colors of #6C10D7
Black with #6C10D7
Text Example
Text Example
White with #6C10D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C10D7; }
p { color: rgb(108,16,215); }
H1.HeaderClassName
{
color: #6C10D7;
}
.AnyTagClassName
{
color: #6C10D7;
}
</style>
background-color css
<style>
a { background-color: #6C10D7; }
a { background-color: rgb(108,16,215); }
div.DivClassName
{
background-color: #6C10D7;
}
.BgClassName
{
background-color: #6C10D7;
}
</style>
border-color css
<style>
span { border-color: #6C10D7; }
span { border-color: rgb(108,16,215); }
td.TdClassName
{
border-color: #6C10D7;
}
.TagClassName
{
border-color: #6C10D7;
}
</style>