Shades of Purple Heart #6D0DAC
Tints of Purple Heart #6D0DAC
RGB
CMYK
RGB Variations
Color information
#6D0DAC (or 0x6D0DAC) is known color: Purple Heart. HEX triplet: 6D, 0D and AC. RGB value is (109,13,172). Sum of RGB (Red+Green+Blue) = 109+13+172=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D0DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0DAC is #92F253. Grayscale: #3B3B3B. Windows color (decimal): -9630292 or 11275629. OLE color: 11275629.
HSL color Cylindrical-coordinate representation of color #6D0DAC: hue angle of 276.23º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0DAC is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 13 | 172 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.33 |
| HSL | 276.23º | 0.86% | 0.36% | - |
| HSV(B) | 276.23º | 0.92% | 0.67% | - |
| XYZ | 13.9 | 6.52 | 39.56 | - |
| YUV | 59.83 | 191.3 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 172 | 0.37 | 0.92 | 0 | 0.33 | 276.23 | 0.86 | 0.36 |
| Hex | 6D | D | AC | 25 | 5C | 0 | 21 | 114 | 56 | 24 |
| Octal | 155 | 15 | 254 | 45 | 134 | 0 | 41 | 424 | 126 | 44 |
| Binary | 1101101 | 1101 | 10101100 | 100101 | 1011100 | 0 | 100001 | 100010100 | 1010110 | 100100 |
Color Harmonies of #6D0DAC
Complementary color
Monochromatic Colors of #6D0DAC
Black with #6D0DAC
Text Example
Text Example
White with #6D0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0DAC; }
p { color: rgb(109,13,172); }
H1.HeaderClassName
{
color: #6D0DAC;
}
.AnyTagClassName
{
color: #6D0DAC;
}
</style>
background-color css
<style>
a { background-color: #6D0DAC; }
a { background-color: rgb(109,13,172); }
div.DivClassName
{
background-color: #6D0DAC;
}
.BgClassName
{
background-color: #6D0DAC;
}
</style>
border-color css
<style>
span { border-color: #6D0DAC; }
span { border-color: rgb(109,13,172); }
td.TdClassName
{
border-color: #6D0DAC;
}
.TagClassName
{
border-color: #6D0DAC;
}
</style>