Shades of Purple Heart #6E07C1
Tints of Purple Heart #6E07C1
RGB
CMYK
RGB Variations
Color information
#6E07C1 (or 0x6E07C1) is known color: Purple Heart. HEX triplet: 6E, 07 and C1. RGB value is (110,7,193). Sum of RGB (Red+Green+Blue) = 110+7+193=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 193 (75.78% from 255 or 62.26% from 310); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E07C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E07C1 is #91F83E. Grayscale: #3A3A3A. Windows color (decimal): -9566271 or 12650350. OLE color: 12650350.
HSL color Cylindrical-coordinate representation of color #6E07C1: hue angle of 273.23º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E07C1 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 7 | 193 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.24 |
| HSL | 273.23º | 0.93% | 0.39% | - |
| HSV(B) | 273.23º | 0.96% | 0.76% | - |
| XYZ | 16.13 | 7.32 | 51.01 | - |
| YUV | 59 | 203.62 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 193 | 0.43 | 0.96 | 0 | 0.24 | 273.23 | 0.93 | 0.39 |
| Hex | 6E | 7 | C1 | 2B | 60 | 0 | 18 | 111 | 5D | 27 |
| Octal | 156 | 7 | 301 | 53 | 140 | 0 | 30 | 421 | 135 | 47 |
| Binary | 1101110 | 111 | 11000001 | 101011 | 1100000 | 0 | 11000 | 100010001 | 1011101 | 100111 |
Color Harmonies of #6E07C1
Complementary color
Monochromatic Colors of #6E07C1
Black with #6E07C1
Text Example
Text Example
White with #6E07C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E07C1; }
p { color: rgb(110,7,193); }
H1.HeaderClassName
{
color: #6E07C1;
}
.AnyTagClassName
{
color: #6E07C1;
}
</style>
background-color css
<style>
a { background-color: #6E07C1; }
a { background-color: rgb(110,7,193); }
div.DivClassName
{
background-color: #6E07C1;
}
.BgClassName
{
background-color: #6E07C1;
}
</style>
border-color css
<style>
span { border-color: #6E07C1; }
span { border-color: rgb(110,7,193); }
td.TdClassName
{
border-color: #6E07C1;
}
.TagClassName
{
border-color: #6E07C1;
}
</style>