Shades of Purple Heart #6E40BF
Tints of Purple Heart #6E40BF
RGB
CMYK
RGB Variations
Color information
#6E40BF (or 0x6E40BF) is known color: Purple Heart. HEX triplet: 6E, 40 and BF. RGB value is (110,64,191). Sum of RGB (Red+Green+Blue) = 110+64+191=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E40BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E40BF is #91BF40. Grayscale: #5B5B5B. Windows color (decimal): -9551681 or 12533870. OLE color: 12533870.
HSL color Cylindrical-coordinate representation of color #6E40BF: hue angle of 261.73º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E40BF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 64 | 191 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.25 |
| HSL | 261.73º | 0.5% | 0.5% | - |
| HSV(B) | 261.73º | 0.66% | 0.75% | - |
| XYZ | 17.67 | 10.74 | 50.43 | - |
| YUV | 92.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 191 | 0.42 | 0.66 | 0 | 0.25 | 261.73 | 0.5 | 0.5 |
| Hex | 6E | 40 | BF | 2A | 42 | 0 | 19 | 106 | 32 | 32 |
| Octal | 156 | 100 | 277 | 52 | 102 | 0 | 31 | 406 | 62 | 62 |
| Binary | 1101110 | 1000000 | 10111111 | 101010 | 1000010 | 0 | 11001 | 100000110 | 110010 | 110010 |
Color Harmonies of #6E40BF
Complementary color
Monochromatic Colors of #6E40BF
Black with #6E40BF
Text Example
Text Example
White with #6E40BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E40BF; }
p { color: rgb(110,64,191); }
H1.HeaderClassName
{
color: #6E40BF;
}
.AnyTagClassName
{
color: #6E40BF;
}
</style>
background-color css
<style>
a { background-color: #6E40BF; }
a { background-color: rgb(110,64,191); }
div.DivClassName
{
background-color: #6E40BF;
}
.BgClassName
{
background-color: #6E40BF;
}
</style>
border-color css
<style>
span { border-color: #6E40BF; }
span { border-color: rgb(110,64,191); }
td.TdClassName
{
border-color: #6E40BF;
}
.TagClassName
{
border-color: #6E40BF;
}
</style>