Shades of Purple Heart #6D0CAE
Tints of Purple Heart #6D0CAE
RGB
CMYK
RGB Variations
Color information
#6D0CAE (or 0x6D0CAE) is known color: Purple Heart. HEX triplet: 6D, 0C and AE. RGB value is (109,12,174). Sum of RGB (Red+Green+Blue) = 109+12+174=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0CAE is #92F351. Grayscale: #3A3A3A. Windows color (decimal): -9630546 or 11406445. OLE color: 11406445.
HSL color Cylindrical-coordinate representation of color #6D0CAE: hue angle of 275.93º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0CAE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 12 | 174 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.32 |
| HSL | 275.93º | 0.87% | 0.36% | - |
| HSV(B) | 275.93º | 0.93% | 0.68% | - |
| XYZ | 14.08 | 6.57 | 40.57 | - |
| YUV | 59.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 12 | 174 | 0.37 | 0.93 | 0 | 0.32 | 275.93 | 0.87 | 0.36 |
| Hex | 6D | C | AE | 25 | 5D | 0 | 20 | 114 | 57 | 24 |
| Octal | 155 | 14 | 256 | 45 | 135 | 0 | 40 | 424 | 127 | 44 |
| Binary | 1101101 | 1100 | 10101110 | 100101 | 1011101 | 0 | 100000 | 100010100 | 1010111 | 100100 |
Color Harmonies of #6D0CAE
Complementary color
Monochromatic Colors of #6D0CAE
Black with #6D0CAE
Text Example
Text Example
White with #6D0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0CAE; }
p { color: rgb(109,12,174); }
H1.HeaderClassName
{
color: #6D0CAE;
}
.AnyTagClassName
{
color: #6D0CAE;
}
</style>
background-color css
<style>
a { background-color: #6D0CAE; }
a { background-color: rgb(109,12,174); }
div.DivClassName
{
background-color: #6D0CAE;
}
.BgClassName
{
background-color: #6D0CAE;
}
</style>
border-color css
<style>
span { border-color: #6D0CAE; }
span { border-color: rgb(109,12,174); }
td.TdClassName
{
border-color: #6D0CAE;
}
.TagClassName
{
border-color: #6D0CAE;
}
</style>