Shades of Purple Heart #6E09B7
Tints of Purple Heart #6E09B7
RGB
CMYK
RGB Variations
Color information
#6E09B7 (or 0x6E09B7) is known color: Purple Heart. HEX triplet: 6E, 09 and B7. RGB value is (110,9,183). Sum of RGB (Red+Green+Blue) = 110+9+183=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 183 (71.88% from 255 or 60.60% from 302); Max value from RGB is 183 - color contains mainly: blue. Hex color #6E09B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E09B7 is #91F648. Grayscale: #3A3A3A. Windows color (decimal): -9565769 or 11995502. OLE color: 11995502.
HSL color Cylindrical-coordinate representation of color #6E09B7: hue angle of 274.83º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E09B7 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 110 | 9 | 183 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.28 |
| HSL | 274.83º | 0.91% | 0.38% | - |
| HSV(B) | 274.83º | 0.95% | 0.72% | - |
| XYZ | 15.08 | 6.93 | 45.34 | - |
| YUV | 59.04 | 197.96 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 183 | 0.40 | 0.95 | 0 | 0.28 | 274.83 | 0.91 | 0.38 |
| Hex | 6E | 9 | B7 | 28 | 5F | 0 | 1C | 113 | 5B | 26 |
| Octal | 156 | 11 | 267 | 50 | 137 | 0 | 34 | 423 | 133 | 46 |
| Binary | 1101110 | 1001 | 10110111 | 101000 | 1011111 | 0 | 11100 | 100010011 | 1011011 | 100110 |
Color Harmonies of #6E09B7
Complementary color
Monochromatic Colors of #6E09B7
Black with #6E09B7
Text Example
Text Example
White with #6E09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E09B7; }
p { color: rgb(110,9,183); }
H1.HeaderClassName
{
color: #6E09B7;
}
.AnyTagClassName
{
color: #6E09B7;
}
</style>
background-color css
<style>
a { background-color: #6E09B7; }
a { background-color: rgb(110,9,183); }
div.DivClassName
{
background-color: #6E09B7;
}
.BgClassName
{
background-color: #6E09B7;
}
</style>
border-color css
<style>
span { border-color: #6E09B7; }
span { border-color: rgb(110,9,183); }
td.TdClassName
{
border-color: #6E09B7;
}
.TagClassName
{
border-color: #6E09B7;
}
</style>