Shades of Purple Heart #6D36DD
Tints of Purple Heart #6D36DD
RGB
CMYK
RGB Variations
Color information
#6D36DD (or 0x6D36DD) is known color: Purple Heart. HEX triplet: 6D, 36 and DD. RGB value is (109,54,221). Sum of RGB (Red+Green+Blue) = 109+54+221=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D36DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D36DD is #92C922. Grayscale: #585858. Windows color (decimal): -9619747 or 14497389. OLE color: 14497389.
HSL color Cylindrical-coordinate representation of color #6D36DD: hue angle of 259.76º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D36DD is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 54 | 221 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.13 |
| HSL | 259.76º | 0.71% | 0.54% | - |
| HSV(B) | 259.76º | 0.76% | 0.87% | - |
| XYZ | 20.68 | 11.11 | 69.46 | - |
| YUV | 89.48 | 202.22 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 221 | 0.51 | 0.76 | 0 | 0.13 | 259.76 | 0.71 | 0.54 |
| Hex | 6D | 36 | DD | 33 | 4C | 0 | D | 104 | 47 | 36 |
| Octal | 155 | 66 | 335 | 63 | 114 | 0 | 15 | 404 | 107 | 66 |
| Binary | 1101101 | 110110 | 11011101 | 110011 | 1001100 | 0 | 1101 | 100000100 | 1000111 | 110110 |
Color Harmonies of #6D36DD
Complementary color
Monochromatic Colors of #6D36DD
Black with #6D36DD
Text Example
Text Example
White with #6D36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D36DD; }
p { color: rgb(109,54,221); }
H1.HeaderClassName
{
color: #6D36DD;
}
.AnyTagClassName
{
color: #6D36DD;
}
</style>
background-color css
<style>
a { background-color: #6D36DD; }
a { background-color: rgb(109,54,221); }
div.DivClassName
{
background-color: #6D36DD;
}
.BgClassName
{
background-color: #6D36DD;
}
</style>
border-color css
<style>
span { border-color: #6D36DD; }
span { border-color: rgb(109,54,221); }
td.TdClassName
{
border-color: #6D36DD;
}
.TagClassName
{
border-color: #6D36DD;
}
</style>