Shades of Purple Heart #6E05C0
Tints of Purple Heart #6E05C0
RGB
CMYK
RGB Variations
Color information
#6E05C0 (or 0x6E05C0) is known color: Purple Heart. HEX triplet: 6E, 05 and C0. RGB value is (110,5,192). Sum of RGB (Red+Green+Blue) = 110+5+192=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E05C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E05C0 is #91FA3F. Grayscale: #393939. Windows color (decimal): -9566784 or 12584302. OLE color: 12584302.
HSL color Cylindrical-coordinate representation of color #6E05C0: hue angle of 273.69º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E05C0 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 5 | 192 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.25 |
| HSL | 273.69º | 0.95% | 0.39% | - |
| HSV(B) | 273.69º | 0.97% | 0.75% | - |
| XYZ | 16 | 7.23 | 50.42 | - |
| YUV | 57.71 | 203.79 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 5 | 192 | 0.43 | 0.97 | 0 | 0.25 | 273.69 | 0.95 | 0.39 |
| Hex | 6E | 5 | C0 | 2B | 61 | 0 | 19 | 112 | 5F | 27 |
| Octal | 156 | 5 | 300 | 53 | 141 | 0 | 31 | 422 | 137 | 47 |
| Binary | 1101110 | 101 | 11000000 | 101011 | 1100001 | 0 | 11001 | 100010010 | 1011111 | 100111 |
Color Harmonies of #6E05C0
Complementary color
Monochromatic Colors of #6E05C0
Black with #6E05C0
Text Example
Text Example
White with #6E05C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E05C0; }
p { color: rgb(110,5,192); }
H1.HeaderClassName
{
color: #6E05C0;
}
.AnyTagClassName
{
color: #6E05C0;
}
</style>
background-color css
<style>
a { background-color: #6E05C0; }
a { background-color: rgb(110,5,192); }
div.DivClassName
{
background-color: #6E05C0;
}
.BgClassName
{
background-color: #6E05C0;
}
</style>
border-color css
<style>
span { border-color: #6E05C0; }
span { border-color: rgb(110,5,192); }
td.TdClassName
{
border-color: #6E05C0;
}
.TagClassName
{
border-color: #6E05C0;
}
</style>