Shades of Purple Heart #6E10B6
Tints of Purple Heart #6E10B6
RGB
CMYK
RGB Variations
Color information
#6E10B6 (or 0x6E10B6) is known color: Purple Heart. HEX triplet: 6E, 10 and B6. RGB value is (110,16,182). Sum of RGB (Red+Green+Blue) = 110+16+182=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E10B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E10B6 is #91EF49. Grayscale: #3E3E3E. Windows color (decimal): -9563978 or 11931758. OLE color: 11931758.
HSL color Cylindrical-coordinate representation of color #6E10B6: hue angle of 273.98º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E10B6 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 16 | 182 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.29 |
| HSL | 273.98º | 0.84% | 0.39% | - |
| HSV(B) | 273.98º | 0.91% | 0.71% | - |
| XYZ | 15.06 | 7.06 | 44.83 | - |
| YUV | 63.03 | 195.14 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 182 | 0.40 | 0.91 | 0 | 0.29 | 273.98 | 0.84 | 0.39 |
| Hex | 6E | 10 | B6 | 28 | 5B | 0 | 1D | 112 | 54 | 27 |
| Octal | 156 | 20 | 266 | 50 | 133 | 0 | 35 | 422 | 124 | 47 |
| Binary | 1101110 | 10000 | 10110110 | 101000 | 1011011 | 0 | 11101 | 100010010 | 1010100 | 100111 |
Color Harmonies of #6E10B6
Complementary color
Monochromatic Colors of #6E10B6
Black with #6E10B6
Text Example
Text Example
White with #6E10B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E10B6; }
p { color: rgb(110,16,182); }
H1.HeaderClassName
{
color: #6E10B6;
}
.AnyTagClassName
{
color: #6E10B6;
}
</style>
background-color css
<style>
a { background-color: #6E10B6; }
a { background-color: rgb(110,16,182); }
div.DivClassName
{
background-color: #6E10B6;
}
.BgClassName
{
background-color: #6E10B6;
}
</style>
border-color css
<style>
span { border-color: #6E10B6; }
span { border-color: rgb(110,16,182); }
td.TdClassName
{
border-color: #6E10B6;
}
.TagClassName
{
border-color: #6E10B6;
}
</style>