Shades of Purple Heart #6D2ADC
Tints of Purple Heart #6D2ADC
RGB
CMYK
RGB Variations
Color information
#6D2ADC (or 0x6D2ADC) is known color: Purple Heart. HEX triplet: 6D, 2A and DC. RGB value is (109,42,220). Sum of RGB (Red+Green+Blue) = 109+42+220=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D2ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2ADC is #92D523. Grayscale: #515151. Windows color (decimal): -9622820 or 14428781. OLE color: 14428781.
HSL color Cylindrical-coordinate representation of color #6D2ADC: hue angle of 262.58º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D2ADC is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 42 | 220 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.14 |
| HSL | 262.58º | 0.72% | 0.51% | - |
| HSV(B) | 262.58º | 0.81% | 0.86% | - |
| XYZ | 20.05 | 10.07 | 68.6 | - |
| YUV | 82.33 | 205.7 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 220 | 0.50 | 0.81 | 0 | 0.14 | 262.58 | 0.72 | 0.51 |
| Hex | 6D | 2A | DC | 32 | 51 | 0 | E | 107 | 48 | 33 |
| Octal | 155 | 52 | 334 | 62 | 121 | 0 | 16 | 407 | 110 | 63 |
| Binary | 1101101 | 101010 | 11011100 | 110010 | 1010001 | 0 | 1110 | 100000111 | 1001000 | 110011 |
Color Harmonies of #6D2ADC
Complementary color
Monochromatic Colors of #6D2ADC
Black with #6D2ADC
Text Example
Text Example
White with #6D2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2ADC; }
p { color: rgb(109,42,220); }
H1.HeaderClassName
{
color: #6D2ADC;
}
.AnyTagClassName
{
color: #6D2ADC;
}
</style>
background-color css
<style>
a { background-color: #6D2ADC; }
a { background-color: rgb(109,42,220); }
div.DivClassName
{
background-color: #6D2ADC;
}
.BgClassName
{
background-color: #6D2ADC;
}
</style>
border-color css
<style>
span { border-color: #6D2ADC; }
span { border-color: rgb(109,42,220); }
td.TdClassName
{
border-color: #6D2ADC;
}
.TagClassName
{
border-color: #6D2ADC;
}
</style>