Shades of Purple Heart #6D3ADC
Tints of Purple Heart #6D3ADC
RGB
CMYK
RGB Variations
Color information
#6D3ADC (or 0x6D3ADC) is known color: Purple Heart. HEX triplet: 6D, 3A and DC. RGB value is (109,58,220). Sum of RGB (Red+Green+Blue) = 109+58+220=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D3ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3ADC is #92C523. Grayscale: #5B5B5B. Windows color (decimal): -9618724 or 14432877. OLE color: 14432877.
HSL color Cylindrical-coordinate representation of color #6D3ADC: hue angle of 258.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D3ADC is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 58 | 220 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.14 |
| HSL | 258.89º | 0.7% | 0.55% | - |
| HSV(B) | 258.89º | 0.74% | 0.86% | - |
| XYZ | 20.74 | 11.44 | 68.83 | - |
| YUV | 91.72 | 200.4 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 220 | 0.50 | 0.74 | 0 | 0.14 | 258.89 | 0.7 | 0.55 |
| Hex | 6D | 3A | DC | 32 | 4A | 0 | E | 103 | 46 | 37 |
| Octal | 155 | 72 | 334 | 62 | 112 | 0 | 16 | 403 | 106 | 67 |
| Binary | 1101101 | 111010 | 11011100 | 110010 | 1001010 | 0 | 1110 | 100000011 | 1000110 | 110111 |
Color Harmonies of #6D3ADC
Complementary color
Monochromatic Colors of #6D3ADC
Black with #6D3ADC
Text Example
Text Example
White with #6D3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3ADC; }
p { color: rgb(109,58,220); }
H1.HeaderClassName
{
color: #6D3ADC;
}
.AnyTagClassName
{
color: #6D3ADC;
}
</style>
background-color css
<style>
a { background-color: #6D3ADC; }
a { background-color: rgb(109,58,220); }
div.DivClassName
{
background-color: #6D3ADC;
}
.BgClassName
{
background-color: #6D3ADC;
}
</style>
border-color css
<style>
span { border-color: #6D3ADC; }
span { border-color: rgb(109,58,220); }
td.TdClassName
{
border-color: #6D3ADC;
}
.TagClassName
{
border-color: #6D3ADC;
}
</style>