Shades of Purple Heart #6D0CAC
Tints of Purple Heart #6D0CAC
RGB
CMYK
RGB Variations
Color information
#6D0CAC (or 0x6D0CAC) is known color: Purple Heart. HEX triplet: 6D, 0C and AC. RGB value is (109,12,172). Sum of RGB (Red+Green+Blue) = 109+12+172=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D0CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0CAC is #92F353. Grayscale: #3A3A3A. Windows color (decimal): -9630548 or 11275373. OLE color: 11275373.
HSL color Cylindrical-coordinate representation of color #6D0CAC: hue angle of 276.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0CAC is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 12 | 172 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.33 |
| HSL | 276.38º | 0.87% | 0.36% | - |
| HSV(B) | 276.38º | 0.93% | 0.67% | - |
| XYZ | 13.88 | 6.49 | 39.55 | - |
| YUV | 59.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 172 | 0.37 | 0.93 | 0 | 0.33 | 276.38 | 0.87 | 0.36 |
| Hex | 6D | C | AC | 25 | 5D | 0 | 21 | 114 | 57 | 24 |
| Octal | 155 | 14 | 254 | 45 | 135 | 0 | 41 | 424 | 127 | 44 |
| Binary | 1101101 | 1100 | 10101100 | 100101 | 1011101 | 0 | 100001 | 100010100 | 1010111 | 100100 |
Color Harmonies of #6D0CAC
Complementary color
Monochromatic Colors of #6D0CAC
Black with #6D0CAC
Text Example
Text Example
White with #6D0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0CAC; }
p { color: rgb(109,12,172); }
H1.HeaderClassName
{
color: #6D0CAC;
}
.AnyTagClassName
{
color: #6D0CAC;
}
</style>
background-color css
<style>
a { background-color: #6D0CAC; }
a { background-color: rgb(109,12,172); }
div.DivClassName
{
background-color: #6D0CAC;
}
.BgClassName
{
background-color: #6D0CAC;
}
</style>
border-color css
<style>
span { border-color: #6D0CAC; }
span { border-color: rgb(109,12,172); }
td.TdClassName
{
border-color: #6D0CAC;
}
.TagClassName
{
border-color: #6D0CAC;
}
</style>