Shades of Purple Heart #6B2ED9
Tints of Purple Heart #6B2ED9
RGB
CMYK
RGB Variations
Color information
#6B2ED9 (or 0x6B2ED9) is known color: Purple Heart. HEX triplet: 6B, 2E and D9. RGB value is (107,46,217). Sum of RGB (Red+Green+Blue) = 107+46+217=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 217 (85.16% from 255 or 58.65% from 370); Max value from RGB is 217 - color contains mainly: blue. Hex color #6B2ED9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2ED9 is #94D126. Grayscale: #535353. Windows color (decimal): -9752871 or 14233195. OLE color: 14233195.
HSL color Cylindrical-coordinate representation of color #6B2ED9: hue angle of 261.4º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B2ED9 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 46 | 217 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.15 |
| HSL | 261.4º | 0.69% | 0.52% | - |
| HSV(B) | 261.4º | 0.79% | 0.85% | - |
| XYZ | 19.56 | 10.09 | 66.56 | - |
| YUV | 83.73 | 203.21 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 217 | 0.51 | 0.79 | 0 | 0.15 | 261.4 | 0.69 | 0.52 |
| Hex | 6B | 2E | D9 | 33 | 4F | 0 | F | 105 | 45 | 34 |
| Octal | 153 | 56 | 331 | 63 | 117 | 0 | 17 | 405 | 105 | 64 |
| Binary | 1101011 | 101110 | 11011001 | 110011 | 1001111 | 0 | 1111 | 100000101 | 1000101 | 110100 |
Color Harmonies of #6B2ED9
Complementary color
Monochromatic Colors of #6B2ED9
Black with #6B2ED9
Text Example
Text Example
White with #6B2ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2ED9; }
p { color: rgb(107,46,217); }
H1.HeaderClassName
{
color: #6B2ED9;
}
.AnyTagClassName
{
color: #6B2ED9;
}
</style>
background-color css
<style>
a { background-color: #6B2ED9; }
a { background-color: rgb(107,46,217); }
div.DivClassName
{
background-color: #6B2ED9;
}
.BgClassName
{
background-color: #6B2ED9;
}
</style>
border-color css
<style>
span { border-color: #6B2ED9; }
span { border-color: rgb(107,46,217); }
td.TdClassName
{
border-color: #6B2ED9;
}
.TagClassName
{
border-color: #6B2ED9;
}
</style>