Shades of Purple Heart #6E06BD
Tints of Purple Heart #6E06BD
RGB
CMYK
RGB Variations
Color information
#6E06BD (or 0x6E06BD) is known color: Purple Heart. HEX triplet: 6E, 06 and BD. RGB value is (110,6,189). Sum of RGB (Red+Green+Blue) = 110+6+189=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E06BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E06BD is #91F942. Grayscale: #393939. Windows color (decimal): -9566531 or 12387950. OLE color: 12387950.
HSL color Cylindrical-coordinate representation of color #6E06BD: hue angle of 274.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E06BD is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 6 | 189 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.26 |
| HSL | 274.1º | 0.94% | 0.38% | - |
| HSV(B) | 274.1º | 0.97% | 0.74% | - |
| XYZ | 15.68 | 7.12 | 48.69 | - |
| YUV | 57.96 | 201.96 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 6 | 189 | 0.42 | 0.97 | 0 | 0.26 | 274.1 | 0.94 | 0.38 |
| Hex | 6E | 6 | BD | 2A | 61 | 0 | 1A | 112 | 5E | 26 |
| Octal | 156 | 6 | 275 | 52 | 141 | 0 | 32 | 422 | 136 | 46 |
| Binary | 1101110 | 110 | 10111101 | 101010 | 1100001 | 0 | 11010 | 100010010 | 1011110 | 100110 |
Color Harmonies of #6E06BD
Complementary color
Monochromatic Colors of #6E06BD
Black with #6E06BD
Text Example
Text Example
White with #6E06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E06BD; }
p { color: rgb(110,6,189); }
H1.HeaderClassName
{
color: #6E06BD;
}
.AnyTagClassName
{
color: #6E06BD;
}
</style>
background-color css
<style>
a { background-color: #6E06BD; }
a { background-color: rgb(110,6,189); }
div.DivClassName
{
background-color: #6E06BD;
}
.BgClassName
{
background-color: #6E06BD;
}
</style>
border-color css
<style>
span { border-color: #6E06BD; }
span { border-color: rgb(110,6,189); }
td.TdClassName
{
border-color: #6E06BD;
}
.TagClassName
{
border-color: #6E06BD;
}
</style>