Shades of Purple Heart #6E09CB
Tints of Purple Heart #6E09CB
RGB
CMYK
RGB Variations
Color information
#6E09CB (or 0x6E09CB) is known color: Purple Heart. HEX triplet: 6E, 09 and CB. RGB value is (110,9,203). Sum of RGB (Red+Green+Blue) = 110+9+203=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E09CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E09CB is #91F634. Grayscale: #3C3C3C. Windows color (decimal): -9565749 or 13306222. OLE color: 13306222.
HSL color Cylindrical-coordinate representation of color #6E09CB: hue angle of 271.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E09CB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 9 | 203 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.20 |
| HSL | 271.24º | 0.92% | 0.42% | - |
| HSV(B) | 271.24º | 0.96% | 0.8% | - |
| XYZ | 17.31 | 7.82 | 57.1 | - |
| YUV | 61.32 | 207.96 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 203 | 0.46 | 0.96 | 0 | 0.20 | 271.24 | 0.92 | 0.42 |
| Hex | 6E | 9 | CB | 2E | 60 | 0 | 14 | 10F | 5C | 2A |
| Octal | 156 | 11 | 313 | 56 | 140 | 0 | 24 | 417 | 134 | 52 |
| Binary | 1101110 | 1001 | 11001011 | 101110 | 1100000 | 0 | 10100 | 100001111 | 1011100 | 101010 |
Color Harmonies of #6E09CB
Complementary color
Monochromatic Colors of #6E09CB
Black with #6E09CB
Text Example
Text Example
White with #6E09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E09CB; }
p { color: rgb(110,9,203); }
H1.HeaderClassName
{
color: #6E09CB;
}
.AnyTagClassName
{
color: #6E09CB;
}
</style>
background-color css
<style>
a { background-color: #6E09CB; }
a { background-color: rgb(110,9,203); }
div.DivClassName
{
background-color: #6E09CB;
}
.BgClassName
{
background-color: #6E09CB;
}
</style>
border-color css
<style>
span { border-color: #6E09CB; }
span { border-color: rgb(110,9,203); }
td.TdClassName
{
border-color: #6E09CB;
}
.TagClassName
{
border-color: #6E09CB;
}
</style>