Shades of Purple Heart #6A2EBA
Tints of Purple Heart #6A2EBA
RGB
CMYK
RGB Variations
Color information
#6A2EBA (or 0x6A2EBA) is known color: Purple Heart. HEX triplet: 6A, 2E and BA. RGB value is (106,46,186). Sum of RGB (Red+Green+Blue) = 106+46+186=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A2EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2EBA is #95D145. Grayscale: #4F4F4F. Windows color (decimal): -9818438 or 12201578. OLE color: 12201578.
HSL color Cylindrical-coordinate representation of color #6A2EBA: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A2EBA is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 46 | 186 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.27 |
| HSL | 265.71º | 0.6% | 0.45% | - |
| HSV(B) | 265.71º | 0.75% | 0.73% | - |
| XYZ | 15.78 | 8.56 | 47.28 | - |
| YUV | 79.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 186 | 0.43 | 0.75 | 0 | 0.27 | 265.71 | 0.6 | 0.45 |
| Hex | 6A | 2E | BA | 2B | 4B | 0 | 1B | 10A | 3C | 2D |
| Octal | 152 | 56 | 272 | 53 | 113 | 0 | 33 | 412 | 74 | 55 |
| Binary | 1101010 | 101110 | 10111010 | 101011 | 1001011 | 0 | 11011 | 100001010 | 111100 | 101101 |
Color Harmonies of #6A2EBA
Complementary color
Monochromatic Colors of #6A2EBA
Black with #6A2EBA
Text Example
Text Example
White with #6A2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2EBA; }
p { color: rgb(106,46,186); }
H1.HeaderClassName
{
color: #6A2EBA;
}
.AnyTagClassName
{
color: #6A2EBA;
}
</style>
background-color css
<style>
a { background-color: #6A2EBA; }
a { background-color: rgb(106,46,186); }
div.DivClassName
{
background-color: #6A2EBA;
}
.BgClassName
{
background-color: #6A2EBA;
}
</style>
border-color css
<style>
span { border-color: #6A2EBA; }
span { border-color: rgb(106,46,186); }
td.TdClassName
{
border-color: #6A2EBA;
}
.TagClassName
{
border-color: #6A2EBA;
}
</style>