Shades of Purple Heart #6D33DE
Tints of Purple Heart #6D33DE
RGB
CMYK
RGB Variations
Color information
#6D33DE (or 0x6D33DE) is known color: Purple Heart. HEX triplet: 6D, 33 and DE. RGB value is (109,51,222). Sum of RGB (Red+Green+Blue) = 109+51+222=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D33DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D33DE is #92CC21. Grayscale: #575757. Windows color (decimal): -9620514 or 14562157. OLE color: 14562157.
HSL color Cylindrical-coordinate representation of color #6D33DE: hue angle of 260.35º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D33DE is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 51 | 222 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.13 |
| HSL | 260.35º | 0.72% | 0.54% | - |
| HSV(B) | 260.35º | 0.77% | 0.87% | - |
| XYZ | 20.68 | 10.89 | 70.12 | - |
| YUV | 87.84 | 203.72 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 222 | 0.51 | 0.77 | 0 | 0.13 | 260.35 | 0.72 | 0.54 |
| Hex | 6D | 33 | DE | 33 | 4D | 0 | D | 104 | 48 | 36 |
| Octal | 155 | 63 | 336 | 63 | 115 | 0 | 15 | 404 | 110 | 66 |
| Binary | 1101101 | 110011 | 11011110 | 110011 | 1001101 | 0 | 1101 | 100000100 | 1001000 | 110110 |
Color Harmonies of #6D33DE
Complementary color
Monochromatic Colors of #6D33DE
Black with #6D33DE
Text Example
Text Example
White with #6D33DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D33DE; }
p { color: rgb(109,51,222); }
H1.HeaderClassName
{
color: #6D33DE;
}
.AnyTagClassName
{
color: #6D33DE;
}
</style>
background-color css
<style>
a { background-color: #6D33DE; }
a { background-color: rgb(109,51,222); }
div.DivClassName
{
background-color: #6D33DE;
}
.BgClassName
{
background-color: #6D33DE;
}
</style>
border-color css
<style>
span { border-color: #6D33DE; }
span { border-color: rgb(109,51,222); }
td.TdClassName
{
border-color: #6D33DE;
}
.TagClassName
{
border-color: #6D33DE;
}
</style>