Shades of Purple Heart #6A2DDD
Tints of Purple Heart #6A2DDD
RGB
CMYK
RGB Variations
Color information
#6A2DDD (or 0x6A2DDD) is known color: Purple Heart. HEX triplet: 6A, 2D and DD. RGB value is (106,45,221). Sum of RGB (Red+Green+Blue) = 106+45+221=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A2DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2DDD is #95D222. Grayscale: #525252. Windows color (decimal): -9818659 or 14495082. OLE color: 14495082.
HSL color Cylindrical-coordinate representation of color #6A2DDD: hue angle of 260.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A2DDD is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 45 | 221 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.13 |
| HSL | 260.8º | 0.72% | 0.52% | - |
| HSV(B) | 260.8º | 0.8% | 0.87% | - |
| XYZ | 19.93 | 10.16 | 69.32 | - |
| YUV | 83.3 | 205.71 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 45 | 221 | 0.52 | 0.80 | 0 | 0.13 | 260.8 | 0.72 | 0.52 |
| Hex | 6A | 2D | DD | 34 | 50 | 0 | D | 105 | 48 | 34 |
| Octal | 152 | 55 | 335 | 64 | 120 | 0 | 15 | 405 | 110 | 64 |
| Binary | 1101010 | 101101 | 11011101 | 110100 | 1010000 | 0 | 1101 | 100000101 | 1001000 | 110100 |
Color Harmonies of #6A2DDD
Complementary color
Monochromatic Colors of #6A2DDD
Black with #6A2DDD
Text Example
Text Example
White with #6A2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2DDD; }
p { color: rgb(106,45,221); }
H1.HeaderClassName
{
color: #6A2DDD;
}
.AnyTagClassName
{
color: #6A2DDD;
}
</style>
background-color css
<style>
a { background-color: #6A2DDD; }
a { background-color: rgb(106,45,221); }
div.DivClassName
{
background-color: #6A2DDD;
}
.BgClassName
{
background-color: #6A2DDD;
}
</style>
border-color css
<style>
span { border-color: #6A2DDD; }
span { border-color: rgb(106,45,221); }
td.TdClassName
{
border-color: #6A2DDD;
}
.TagClassName
{
border-color: #6A2DDD;
}
</style>