Shades of Purple Heart #6B2EDD
Tints of Purple Heart #6B2EDD
RGB
CMYK
RGB Variations
Color information
#6B2EDD (or 0x6B2EDD) is known color: Purple Heart. HEX triplet: 6B, 2E and DD. RGB value is (107,46,221). Sum of RGB (Red+Green+Blue) = 107+46+221=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B2EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2EDD is #94D122. Grayscale: #535353. Windows color (decimal): -9752867 or 14495339. OLE color: 14495339.
HSL color Cylindrical-coordinate representation of color #6B2EDD: hue angle of 260.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B2EDD is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 46 | 221 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.13 |
| HSL | 260.91º | 0.72% | 0.52% | - |
| HSV(B) | 260.91º | 0.79% | 0.87% | - |
| XYZ | 20.09 | 10.3 | 69.34 | - |
| YUV | 84.19 | 205.21 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 46 | 221 | 0.52 | 0.79 | 0 | 0.13 | 260.91 | 0.72 | 0.52 |
| Hex | 6B | 2E | DD | 34 | 4F | 0 | D | 105 | 48 | 34 |
| Octal | 153 | 56 | 335 | 64 | 117 | 0 | 15 | 405 | 110 | 64 |
| Binary | 1101011 | 101110 | 11011101 | 110100 | 1001111 | 0 | 1101 | 100000101 | 1001000 | 110100 |
Color Harmonies of #6B2EDD
Complementary color
Monochromatic Colors of #6B2EDD
Black with #6B2EDD
Text Example
Text Example
White with #6B2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2EDD; }
p { color: rgb(107,46,221); }
H1.HeaderClassName
{
color: #6B2EDD;
}
.AnyTagClassName
{
color: #6B2EDD;
}
</style>
background-color css
<style>
a { background-color: #6B2EDD; }
a { background-color: rgb(107,46,221); }
div.DivClassName
{
background-color: #6B2EDD;
}
.BgClassName
{
background-color: #6B2EDD;
}
</style>
border-color css
<style>
span { border-color: #6B2EDD; }
span { border-color: rgb(107,46,221); }
td.TdClassName
{
border-color: #6B2EDD;
}
.TagClassName
{
border-color: #6B2EDD;
}
</style>