Shades of Purple Heart #6C0DCF
Tints of Purple Heart #6C0DCF
RGB
CMYK
RGB Variations
Color information
#6C0DCF (or 0x6C0DCF) is known color: Purple Heart. HEX triplet: 6C, 0D and CF. RGB value is (108,13,207). Sum of RGB (Red+Green+Blue) = 108+13+207=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 13 (5.47% from 255 or 3.96% 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 #6C0DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0DCF is #93F230. Grayscale: #3E3E3E. Windows color (decimal): -9695793 or 13569388. OLE color: 13569388.
HSL color Cylindrical-coordinate representation of color #6C0DCF: hue angle of 269.38º degrees, saturation: 0.88, 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 #6C0DCF is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 13 | 207 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.19 |
| HSL | 269.38º | 0.88% | 0.43% | - |
| HSV(B) | 269.38º | 0.94% | 0.81% | - |
| XYZ | 17.59 | 7.98 | 59.64 | - |
| YUV | 63.52 | 208.97 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 207 | 0.48 | 0.94 | 0 | 0.19 | 269.38 | 0.88 | 0.43 |
| Hex | 6C | D | CF | 30 | 5E | 0 | 13 | 10D | 58 | 2B |
| Octal | 154 | 15 | 317 | 60 | 136 | 0 | 23 | 415 | 130 | 53 |
| Binary | 1101100 | 1101 | 11001111 | 110000 | 1011110 | 0 | 10011 | 100001101 | 1011000 | 101011 |
Color Harmonies of #6C0DCF
Complementary color
Monochromatic Colors of #6C0DCF
Black with #6C0DCF
Text Example
Text Example
White with #6C0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0DCF; }
p { color: rgb(108,13,207); }
H1.HeaderClassName
{
color: #6C0DCF;
}
.AnyTagClassName
{
color: #6C0DCF;
}
</style>
background-color css
<style>
a { background-color: #6C0DCF; }
a { background-color: rgb(108,13,207); }
div.DivClassName
{
background-color: #6C0DCF;
}
.BgClassName
{
background-color: #6C0DCF;
}
</style>
border-color css
<style>
span { border-color: #6C0DCF; }
span { border-color: rgb(108,13,207); }
td.TdClassName
{
border-color: #6C0DCF;
}
.TagClassName
{
border-color: #6C0DCF;
}
</style>