Shades of Purple Heart #6E3BCD
Tints of Purple Heart #6E3BCD
RGB
CMYK
RGB Variations
Color information
#6E3BCD (or 0x6E3BCD) is known color: Purple Heart. HEX triplet: 6E, 3B and CD. RGB value is (110,59,205). Sum of RGB (Red+Green+Blue) = 110+59+205=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E3BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3BCD is #91C432. Grayscale: #5A5A5A. Windows color (decimal): -9552947 or 13450094. OLE color: 13450094.
HSL color Cylindrical-coordinate representation of color #6E3BCD: hue angle of 260.96º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E3BCD is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 59 | 205 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.20 |
| HSL | 260.96º | 0.59% | 0.52% | - |
| HSV(B) | 260.96º | 0.71% | 0.8% | - |
| XYZ | 19.01 | 10.85 | 58.85 | - |
| YUV | 90.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 59 | 205 | 0.46 | 0.71 | 0 | 0.20 | 260.96 | 0.59 | 0.52 |
| Hex | 6E | 3B | CD | 2E | 47 | 0 | 14 | 105 | 3B | 34 |
| Octal | 156 | 73 | 315 | 56 | 107 | 0 | 24 | 405 | 73 | 64 |
| Binary | 1101110 | 111011 | 11001101 | 101110 | 1000111 | 0 | 10100 | 100000101 | 111011 | 110100 |
Color Harmonies of #6E3BCD
Complementary color
Monochromatic Colors of #6E3BCD
Black with #6E3BCD
Text Example
Text Example
White with #6E3BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3BCD; }
p { color: rgb(110,59,205); }
H1.HeaderClassName
{
color: #6E3BCD;
}
.AnyTagClassName
{
color: #6E3BCD;
}
</style>
background-color css
<style>
a { background-color: #6E3BCD; }
a { background-color: rgb(110,59,205); }
div.DivClassName
{
background-color: #6E3BCD;
}
.BgClassName
{
background-color: #6E3BCD;
}
</style>
border-color css
<style>
span { border-color: #6E3BCD; }
span { border-color: rgb(110,59,205); }
td.TdClassName
{
border-color: #6E3BCD;
}
.TagClassName
{
border-color: #6E3BCD;
}
</style>