Shades of Purple Heart #6C0FC6
Tints of Purple Heart #6C0FC6
RGB
CMYK
RGB Variations
Color information
#6C0FC6 (or 0x6C0FC6) is known color: Purple Heart. HEX triplet: 6C, 0F and C6. RGB value is (108,15,198). Sum of RGB (Red+Green+Blue) = 108+15+198=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 198 (77.73% from 255 or 61.68% from 321); Max value from RGB is 198 - color contains mainly: blue. Hex color #6C0FC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0FC6 is #93F039. Grayscale: #3F3F3F. Windows color (decimal): -9695290 or 12980076. OLE color: 12980076.
HSL color Cylindrical-coordinate representation of color #6C0FC6: hue angle of 270.49º degrees, saturation: 0.86, 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 #6C0FC6 is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 15 | 198 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.22 |
| HSL | 270.49º | 0.86% | 0.42% | - |
| HSV(B) | 270.49º | 0.92% | 0.78% | - |
| XYZ | 16.55 | 7.61 | 54.02 | - |
| YUV | 63.67 | 203.81 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 15 | 198 | 0.45 | 0.92 | 0 | 0.22 | 270.49 | 0.86 | 0.42 |
| Hex | 6C | F | C6 | 2D | 5C | 0 | 16 | 10E | 56 | 2A |
| Octal | 154 | 17 | 306 | 55 | 134 | 0 | 26 | 416 | 126 | 52 |
| Binary | 1101100 | 1111 | 11000110 | 101101 | 1011100 | 0 | 10110 | 100001110 | 1010110 | 101010 |
Color Harmonies of #6C0FC6
Complementary color
Monochromatic Colors of #6C0FC6
Black with #6C0FC6
Text Example
Text Example
White with #6C0FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0FC6; }
p { color: rgb(108,15,198); }
H1.HeaderClassName
{
color: #6C0FC6;
}
.AnyTagClassName
{
color: #6C0FC6;
}
</style>
background-color css
<style>
a { background-color: #6C0FC6; }
a { background-color: rgb(108,15,198); }
div.DivClassName
{
background-color: #6C0FC6;
}
.BgClassName
{
background-color: #6C0FC6;
}
</style>
border-color css
<style>
span { border-color: #6C0FC6; }
span { border-color: rgb(108,15,198); }
td.TdClassName
{
border-color: #6C0FC6;
}
.TagClassName
{
border-color: #6C0FC6;
}
</style>