Shades of Purple Heart #6C10C7
Tints of Purple Heart #6C10C7
RGB
CMYK
RGB Variations
Color information
#6C10C7 (or 0x6C10C7) is known color: Purple Heart. HEX triplet: 6C, 10 and C7. RGB value is (108,16,199). Sum of RGB (Red+Green+Blue) = 108+16+199=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 199 (78.12% from 255 or 61.61% from 323); Max value from RGB is 199 - color contains mainly: blue. Hex color #6C10C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C10C7 is #93EF38. Grayscale: #3F3F3F. Windows color (decimal): -9695033 or 13045868. OLE color: 13045868.
HSL color Cylindrical-coordinate representation of color #6C10C7: hue angle of 270.16º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C10C7 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 16 | 199 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.22 |
| HSL | 270.16º | 0.85% | 0.42% | - |
| HSV(B) | 270.16º | 0.92% | 0.78% | - |
| XYZ | 16.68 | 7.68 | 54.64 | - |
| YUV | 64.37 | 203.98 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 199 | 0.46 | 0.92 | 0 | 0.22 | 270.16 | 0.85 | 0.42 |
| Hex | 6C | 10 | C7 | 2E | 5C | 0 | 16 | 10E | 55 | 2A |
| Octal | 154 | 20 | 307 | 56 | 134 | 0 | 26 | 416 | 125 | 52 |
| Binary | 1101100 | 10000 | 11000111 | 101110 | 1011100 | 0 | 10110 | 100001110 | 1010101 | 101010 |
Color Harmonies of #6C10C7
Complementary color
Monochromatic Colors of #6C10C7
Black with #6C10C7
Text Example
Text Example
White with #6C10C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C10C7; }
p { color: rgb(108,16,199); }
H1.HeaderClassName
{
color: #6C10C7;
}
.AnyTagClassName
{
color: #6C10C7;
}
</style>
background-color css
<style>
a { background-color: #6C10C7; }
a { background-color: rgb(108,16,199); }
div.DivClassName
{
background-color: #6C10C7;
}
.BgClassName
{
background-color: #6C10C7;
}
</style>
border-color css
<style>
span { border-color: #6C10C7; }
span { border-color: rgb(108,16,199); }
td.TdClassName
{
border-color: #6C10C7;
}
.TagClassName
{
border-color: #6C10C7;
}
</style>