Shades of Purple Heart #6E10CB
Tints of Purple Heart #6E10CB
RGB
CMYK
RGB Variations
Color information
#6E10CB (or 0x6E10CB) is known color: Purple Heart. HEX triplet: 6E, 10 and CB. RGB value is (110,16,203). Sum of RGB (Red+Green+Blue) = 110+16+203=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E10CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E10CB is #91EF34. Grayscale: #404040. Windows color (decimal): -9563957 or 13308014. OLE color: 13308014.
HSL color Cylindrical-coordinate representation of color #6E10CB: hue angle of 270.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E10CB is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 16 | 203 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.20 |
| HSL | 270.16º | 0.85% | 0.43% | - |
| HSV(B) | 270.16º | 0.92% | 0.8% | - |
| XYZ | 17.4 | 8 | 57.13 | - |
| YUV | 65.42 | 205.64 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 203 | 0.46 | 0.92 | 0 | 0.20 | 270.16 | 0.85 | 0.43 |
| Hex | 6E | 10 | CB | 2E | 5C | 0 | 14 | 10E | 55 | 2B |
| Octal | 156 | 20 | 313 | 56 | 134 | 0 | 24 | 416 | 125 | 53 |
| Binary | 1101110 | 10000 | 11001011 | 101110 | 1011100 | 0 | 10100 | 100001110 | 1010101 | 101011 |
Color Harmonies of #6E10CB
Complementary color
Monochromatic Colors of #6E10CB
Black with #6E10CB
Text Example
Text Example
White with #6E10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E10CB; }
p { color: rgb(110,16,203); }
H1.HeaderClassName
{
color: #6E10CB;
}
.AnyTagClassName
{
color: #6E10CB;
}
</style>
background-color css
<style>
a { background-color: #6E10CB; }
a { background-color: rgb(110,16,203); }
div.DivClassName
{
background-color: #6E10CB;
}
.BgClassName
{
background-color: #6E10CB;
}
</style>
border-color css
<style>
span { border-color: #6E10CB; }
span { border-color: rgb(110,16,203); }
td.TdClassName
{
border-color: #6E10CB;
}
.TagClassName
{
border-color: #6E10CB;
}
</style>