Shades of Purple Heart #6D33D9
Tints of Purple Heart #6D33D9
RGB
CMYK
RGB Variations
Color information
#6D33D9 (or 0x6D33D9) is known color: Purple Heart. HEX triplet: 6D, 33 and D9. RGB value is (109,51,217). Sum of RGB (Red+Green+Blue) = 109+51+217=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 217 (85.16% from 255 or 57.56% from 377); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D33D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D33D9 is #92CC26. Grayscale: #565656. Windows color (decimal): -9620519 or 14234477. OLE color: 14234477.
HSL color Cylindrical-coordinate representation of color #6D33D9: hue angle of 260.96º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D33D9 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 51 | 217 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.15 |
| HSL | 260.96º | 0.69% | 0.53% | - |
| HSV(B) | 260.96º | 0.76% | 0.85% | - |
| XYZ | 20.01 | 10.63 | 66.64 | - |
| YUV | 87.27 | 201.22 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 217 | 0.50 | 0.76 | 0 | 0.15 | 260.96 | 0.69 | 0.53 |
| Hex | 6D | 33 | D9 | 32 | 4C | 0 | F | 105 | 45 | 35 |
| Octal | 155 | 63 | 331 | 62 | 114 | 0 | 17 | 405 | 105 | 65 |
| Binary | 1101101 | 110011 | 11011001 | 110010 | 1001100 | 0 | 1111 | 100000101 | 1000101 | 110101 |
Color Harmonies of #6D33D9
Complementary color
Monochromatic Colors of #6D33D9
Black with #6D33D9
Text Example
Text Example
White with #6D33D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D33D9; }
p { color: rgb(109,51,217); }
H1.HeaderClassName
{
color: #6D33D9;
}
.AnyTagClassName
{
color: #6D33D9;
}
</style>
background-color css
<style>
a { background-color: #6D33D9; }
a { background-color: rgb(109,51,217); }
div.DivClassName
{
background-color: #6D33D9;
}
.BgClassName
{
background-color: #6D33D9;
}
</style>
border-color css
<style>
span { border-color: #6D33D9; }
span { border-color: rgb(109,51,217); }
td.TdClassName
{
border-color: #6D33D9;
}
.TagClassName
{
border-color: #6D33D9;
}
</style>