Shades of Purple Heart #6E3CBA
Tints of Purple Heart #6E3CBA
RGB
CMYK
RGB Variations
Color information
#6E3CBA (or 0x6E3CBA) is known color: Purple Heart. HEX triplet: 6E, 3C and BA. RGB value is (110,60,186). Sum of RGB (Red+Green+Blue) = 110+60+186=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E3CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CBA is #91C345. Grayscale: #585858. Windows color (decimal): -9552710 or 12205166. OLE color: 12205166.
HSL color Cylindrical-coordinate representation of color #6E3CBA: hue angle of 263.81º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E3CBA is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 60 | 186 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.27 |
| HSL | 263.81º | 0.51% | 0.48% | - |
| HSV(B) | 263.81º | 0.68% | 0.73% | - |
| XYZ | 16.91 | 10.09 | 47.51 | - |
| YUV | 89.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 186 | 0.41 | 0.68 | 0 | 0.27 | 263.81 | 0.51 | 0.48 |
| Hex | 6E | 3C | BA | 29 | 44 | 0 | 1B | 108 | 33 | 30 |
| Octal | 156 | 74 | 272 | 51 | 104 | 0 | 33 | 410 | 63 | 60 |
| Binary | 1101110 | 111100 | 10111010 | 101001 | 1000100 | 0 | 11011 | 100001000 | 110011 | 110000 |
Color Harmonies of #6E3CBA
Complementary color
Monochromatic Colors of #6E3CBA
Black with #6E3CBA
Text Example
Text Example
White with #6E3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3CBA; }
p { color: rgb(110,60,186); }
H1.HeaderClassName
{
color: #6E3CBA;
}
.AnyTagClassName
{
color: #6E3CBA;
}
</style>
background-color css
<style>
a { background-color: #6E3CBA; }
a { background-color: rgb(110,60,186); }
div.DivClassName
{
background-color: #6E3CBA;
}
.BgClassName
{
background-color: #6E3CBA;
}
</style>
border-color css
<style>
span { border-color: #6E3CBA; }
span { border-color: rgb(110,60,186); }
td.TdClassName
{
border-color: #6E3CBA;
}
.TagClassName
{
border-color: #6E3CBA;
}
</style>