Shades of Purple Heart #6E10CC
Tints of Purple Heart #6E10CC
RGB
CMYK
RGB Variations
Color information
#6E10CC (or 0x6E10CC) is known color: Purple Heart. HEX triplet: 6E, 10 and CC. RGB value is (110,16,204). Sum of RGB (Red+Green+Blue) = 110+16+204=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E10CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E10CC is #91EF33. Grayscale: #404040. Windows color (decimal): -9563956 or 13373550. OLE color: 13373550.
HSL color Cylindrical-coordinate representation of color #6E10CC: hue angle of 270º 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 #6E10CC is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 16 | 204 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.2 |
| HSL | 270º | 0.85% | 0.43% | - |
| HSV(B) | 270º | 0.92% | 0.8% | - |
| XYZ | 17.51 | 8.05 | 57.76 | - |
| YUV | 65.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 204 | 0.46 | 0.92 | 0 | 0.2 | 270 | 0.85 | 0.43 |
| Hex | 6E | 10 | CC | 2E | 5C | 0 | 14 | 10E | 55 | 2B |
| Octal | 156 | 20 | 314 | 56 | 134 | 0 | 24 | 416 | 125 | 53 |
| Binary | 1101110 | 10000 | 11001100 | 101110 | 1011100 | 0 | 10100 | 100001110 | 1010101 | 101011 |
Color Harmonies of #6E10CC
Complementary color
Monochromatic Colors of #6E10CC
Black with #6E10CC
Text Example
Text Example
White with #6E10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E10CC; }
p { color: rgb(110,16,204); }
H1.HeaderClassName
{
color: #6E10CC;
}
.AnyTagClassName
{
color: #6E10CC;
}
</style>
background-color css
<style>
a { background-color: #6E10CC; }
a { background-color: rgb(110,16,204); }
div.DivClassName
{
background-color: #6E10CC;
}
.BgClassName
{
background-color: #6E10CC;
}
</style>
border-color css
<style>
span { border-color: #6E10CC; }
span { border-color: rgb(110,16,204); }
td.TdClassName
{
border-color: #6E10CC;
}
.TagClassName
{
border-color: #6E10CC;
}
</style>