Shades of Purple Heart #6E3BCE
Tints of Purple Heart #6E3BCE
RGB
CMYK
RGB Variations
Color information
#6E3BCE (or 0x6E3BCE) is known color: Purple Heart. HEX triplet: 6E, 3B and CE. RGB value is (110,59,206). Sum of RGB (Red+Green+Blue) = 110+59+206=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E3BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3BCE is #91C431. Grayscale: #5A5A5A. Windows color (decimal): -9552946 or 13515630. OLE color: 13515630.
HSL color Cylindrical-coordinate representation of color #6E3BCE: hue angle of 260.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E3BCE is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 59 | 206 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.19 |
| HSL | 260.82º | 0.6% | 0.52% | - |
| HSV(B) | 260.82º | 0.71% | 0.81% | - |
| XYZ | 19.13 | 10.9 | 59.49 | - |
| YUV | 91.01 | 192.9 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 59 | 206 | 0.47 | 0.71 | 0 | 0.19 | 260.82 | 0.6 | 0.52 |
| Hex | 6E | 3B | CE | 2F | 47 | 0 | 13 | 105 | 3C | 34 |
| Octal | 156 | 73 | 316 | 57 | 107 | 0 | 23 | 405 | 74 | 64 |
| Binary | 1101110 | 111011 | 11001110 | 101111 | 1000111 | 0 | 10011 | 100000101 | 111100 | 110100 |
Color Harmonies of #6E3BCE
Complementary color
Monochromatic Colors of #6E3BCE
Black with #6E3BCE
Text Example
Text Example
White with #6E3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3BCE; }
p { color: rgb(110,59,206); }
H1.HeaderClassName
{
color: #6E3BCE;
}
.AnyTagClassName
{
color: #6E3BCE;
}
</style>
background-color css
<style>
a { background-color: #6E3BCE; }
a { background-color: rgb(110,59,206); }
div.DivClassName
{
background-color: #6E3BCE;
}
.BgClassName
{
background-color: #6E3BCE;
}
</style>
border-color css
<style>
span { border-color: #6E3BCE; }
span { border-color: rgb(110,59,206); }
td.TdClassName
{
border-color: #6E3BCE;
}
.TagClassName
{
border-color: #6E3BCE;
}
</style>