Shades of Purple Heart #6E1CBC
Tints of Purple Heart #6E1CBC
RGB
CMYK
RGB Variations
Color information
#6E1CBC (or 0x6E1CBC) is known color: Purple Heart. HEX triplet: 6E, 1C and BC. RGB value is (110,28,188). Sum of RGB (Red+Green+Blue) = 110+28+188=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E1CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1CBC is #91E343. Grayscale: #464646. Windows color (decimal): -9560900 or 12328046. OLE color: 12328046.
HSL color Cylindrical-coordinate representation of color #6E1CBC: hue angle of 270.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1CBC is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 28 | 188 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.26 |
| HSL | 270.75º | 0.74% | 0.42% | - |
| HSV(B) | 270.75º | 0.85% | 0.74% | - |
| XYZ | 15.92 | 7.78 | 48.24 | - |
| YUV | 70.76 | 194.17 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 28 | 188 | 0.41 | 0.85 | 0 | 0.26 | 270.75 | 0.74 | 0.42 |
| Hex | 6E | 1C | BC | 29 | 55 | 0 | 1A | 10F | 4A | 2A |
| Octal | 156 | 34 | 274 | 51 | 125 | 0 | 32 | 417 | 112 | 52 |
| Binary | 1101110 | 11100 | 10111100 | 101001 | 1010101 | 0 | 11010 | 100001111 | 1001010 | 101010 |
Color Harmonies of #6E1CBC
Complementary color
Monochromatic Colors of #6E1CBC
Black with #6E1CBC
Text Example
Text Example
White with #6E1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1CBC; }
p { color: rgb(110,28,188); }
H1.HeaderClassName
{
color: #6E1CBC;
}
.AnyTagClassName
{
color: #6E1CBC;
}
</style>
background-color css
<style>
a { background-color: #6E1CBC; }
a { background-color: rgb(110,28,188); }
div.DivClassName
{
background-color: #6E1CBC;
}
.BgClassName
{
background-color: #6E1CBC;
}
</style>
border-color css
<style>
span { border-color: #6E1CBC; }
span { border-color: rgb(110,28,188); }
td.TdClassName
{
border-color: #6E1CBC;
}
.TagClassName
{
border-color: #6E1CBC;
}
</style>