Shades of Purple Heart #6E07B6
Tints of Purple Heart #6E07B6
RGB
CMYK
RGB Variations
Color information
#6E07B6 (or 0x6E07B6) is known color: Purple Heart. HEX triplet: 6E, 07 and B6. RGB value is (110,7,182). Sum of RGB (Red+Green+Blue) = 110+7+182=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E07B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E07B6 is #91F849. Grayscale: #393939. Windows color (decimal): -9566282 or 11929454. OLE color: 11929454.
HSL color Cylindrical-coordinate representation of color #6E07B6: hue angle of 275.31º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E07B6 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 7 | 182 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.29 |
| HSL | 275.31º | 0.93% | 0.37% | - |
| HSV(B) | 275.31º | 0.96% | 0.71% | - |
| XYZ | 14.95 | 6.84 | 44.79 | - |
| YUV | 57.75 | 198.12 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 182 | 0.40 | 0.96 | 0 | 0.29 | 275.31 | 0.93 | 0.37 |
| Hex | 6E | 7 | B6 | 28 | 60 | 0 | 1D | 113 | 5D | 25 |
| Octal | 156 | 7 | 266 | 50 | 140 | 0 | 35 | 423 | 135 | 45 |
| Binary | 1101110 | 111 | 10110110 | 101000 | 1100000 | 0 | 11101 | 100010011 | 1011101 | 100101 |
Color Harmonies of #6E07B6
Complementary color
Monochromatic Colors of #6E07B6
Black with #6E07B6
Text Example
Text Example
White with #6E07B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E07B6; }
p { color: rgb(110,7,182); }
H1.HeaderClassName
{
color: #6E07B6;
}
.AnyTagClassName
{
color: #6E07B6;
}
</style>
background-color css
<style>
a { background-color: #6E07B6; }
a { background-color: rgb(110,7,182); }
div.DivClassName
{
background-color: #6E07B6;
}
.BgClassName
{
background-color: #6E07B6;
}
</style>
border-color css
<style>
span { border-color: #6E07B6; }
span { border-color: rgb(110,7,182); }
td.TdClassName
{
border-color: #6E07B6;
}
.TagClassName
{
border-color: #6E07B6;
}
</style>