Shades of Purple Heart #6A2EDD
Tints of Purple Heart #6A2EDD
RGB
CMYK
RGB Variations
Color information
#6A2EDD (or 0x6A2EDD) is known color: Purple Heart. HEX triplet: 6A, 2E and DD. RGB value is (106,46,221). Sum of RGB (Red+Green+Blue) = 106+46+221=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A2EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2EDD is #95D122. Grayscale: #535353. Windows color (decimal): -9818403 or 14495338. OLE color: 14495338.
HSL color Cylindrical-coordinate representation of color #6A2EDD: hue angle of 260.57º 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 #6A2EDD is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 46 | 221 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.13 |
| HSL | 260.57º | 0.72% | 0.52% | - |
| HSV(B) | 260.57º | 0.79% | 0.87% | - |
| XYZ | 19.97 | 10.24 | 69.33 | - |
| YUV | 83.89 | 205.38 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 221 | 0.52 | 0.79 | 0 | 0.13 | 260.57 | 0.72 | 0.52 |
| Hex | 6A | 2E | DD | 34 | 4F | 0 | D | 105 | 48 | 34 |
| Octal | 152 | 56 | 335 | 64 | 117 | 0 | 15 | 405 | 110 | 64 |
| Binary | 1101010 | 101110 | 11011101 | 110100 | 1001111 | 0 | 1101 | 100000101 | 1001000 | 110100 |
Color Harmonies of #6A2EDD
Complementary color
Monochromatic Colors of #6A2EDD
Black with #6A2EDD
Text Example
Text Example
White with #6A2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2EDD; }
p { color: rgb(106,46,221); }
H1.HeaderClassName
{
color: #6A2EDD;
}
.AnyTagClassName
{
color: #6A2EDD;
}
</style>
background-color css
<style>
a { background-color: #6A2EDD; }
a { background-color: rgb(106,46,221); }
div.DivClassName
{
background-color: #6A2EDD;
}
.BgClassName
{
background-color: #6A2EDD;
}
</style>
border-color css
<style>
span { border-color: #6A2EDD; }
span { border-color: rgb(106,46,221); }
td.TdClassName
{
border-color: #6A2EDD;
}
.TagClassName
{
border-color: #6A2EDD;
}
</style>