Shades of Purple Heart #6A2CDE
Tints of Purple Heart #6A2CDE
RGB
CMYK
RGB Variations
Color information
#6A2CDE (or 0x6A2CDE) is known color: Purple Heart. HEX triplet: 6A, 2C and DE. RGB value is (106,44,222). Sum of RGB (Red+Green+Blue) = 106+44+222=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A2CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2CDE is #95D321. Grayscale: #525252. Windows color (decimal): -9818914 or 14560362. OLE color: 14560362.
HSL color Cylindrical-coordinate representation of color #6A2CDE: hue angle of 260.9º degrees, saturation: 0.73, 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 #6A2CDE is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 44 | 222 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.13 |
| HSL | 260.9º | 0.73% | 0.52% | - |
| HSV(B) | 260.9º | 0.8% | 0.87% | - |
| XYZ | 20.03 | 10.14 | 70.01 | - |
| YUV | 82.83 | 206.54 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 44 | 222 | 0.52 | 0.80 | 0 | 0.13 | 260.9 | 0.73 | 0.52 |
| Hex | 6A | 2C | DE | 34 | 50 | 0 | D | 105 | 49 | 34 |
| Octal | 152 | 54 | 336 | 64 | 120 | 0 | 15 | 405 | 111 | 64 |
| Binary | 1101010 | 101100 | 11011110 | 110100 | 1010000 | 0 | 1101 | 100000101 | 1001001 | 110100 |
Color Harmonies of #6A2CDE
Complementary color
Monochromatic Colors of #6A2CDE
Black with #6A2CDE
Text Example
Text Example
White with #6A2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2CDE; }
p { color: rgb(106,44,222); }
H1.HeaderClassName
{
color: #6A2CDE;
}
.AnyTagClassName
{
color: #6A2CDE;
}
</style>
background-color css
<style>
a { background-color: #6A2CDE; }
a { background-color: rgb(106,44,222); }
div.DivClassName
{
background-color: #6A2CDE;
}
.BgClassName
{
background-color: #6A2CDE;
}
</style>
border-color css
<style>
span { border-color: #6A2CDE; }
span { border-color: rgb(106,44,222); }
td.TdClassName
{
border-color: #6A2CDE;
}
.TagClassName
{
border-color: #6A2CDE;
}
</style>