Shades of Purple Heart #6E3FBE
Tints of Purple Heart #6E3FBE
RGB
CMYK
RGB Variations
Color information
#6E3FBE (or 0x6E3FBE) is known color: Purple Heart. HEX triplet: 6E, 3F and BE. RGB value is (110,63,190). Sum of RGB (Red+Green+Blue) = 110+63+190=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E3FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3FBE is #91C041. Grayscale: #5B5B5B. Windows color (decimal): -9551938 or 12468078. OLE color: 12468078.
HSL color Cylindrical-coordinate representation of color #6E3FBE: hue angle of 262.2º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E3FBE is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 63 | 190 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.25 |
| HSL | 262.2º | 0.5% | 0.5% | - |
| HSV(B) | 262.2º | 0.67% | 0.75% | - |
| XYZ | 17.5 | 10.59 | 49.84 | - |
| YUV | 91.53 | 183.57 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 63 | 190 | 0.42 | 0.67 | 0 | 0.25 | 262.2 | 0.5 | 0.5 |
| Hex | 6E | 3F | BE | 2A | 43 | 0 | 19 | 106 | 32 | 32 |
| Octal | 156 | 77 | 276 | 52 | 103 | 0 | 31 | 406 | 62 | 62 |
| Binary | 1101110 | 111111 | 10111110 | 101010 | 1000011 | 0 | 11001 | 100000110 | 110010 | 110010 |
Color Harmonies of #6E3FBE
Complementary color
Monochromatic Colors of #6E3FBE
Black with #6E3FBE
Text Example
Text Example
White with #6E3FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3FBE; }
p { color: rgb(110,63,190); }
H1.HeaderClassName
{
color: #6E3FBE;
}
.AnyTagClassName
{
color: #6E3FBE;
}
</style>
background-color css
<style>
a { background-color: #6E3FBE; }
a { background-color: rgb(110,63,190); }
div.DivClassName
{
background-color: #6E3FBE;
}
.BgClassName
{
background-color: #6E3FBE;
}
</style>
border-color css
<style>
span { border-color: #6E3FBE; }
span { border-color: rgb(110,63,190); }
td.TdClassName
{
border-color: #6E3FBE;
}
.TagClassName
{
border-color: #6E3FBE;
}
</style>