Shades of Purple Heart #6E0FCC
Tints of Purple Heart #6E0FCC
RGB
CMYK
RGB Variations
Color information
#6E0FCC (or 0x6E0FCC) is known color: Purple Heart. HEX triplet: 6E, 0F and CC. RGB value is (110,15,204). Sum of RGB (Red+Green+Blue) = 110+15+204=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E0FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0FCC is #91F033. Grayscale: #404040. Windows color (decimal): -9564212 or 13373294. OLE color: 13373294.
HSL color Cylindrical-coordinate representation of color #6E0FCC: hue angle of 270.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0FCC is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 15 | 204 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.2 |
| HSL | 270.16º | 0.86% | 0.43% | - |
| HSV(B) | 270.16º | 0.93% | 0.8% | - |
| XYZ | 17.5 | 8.02 | 57.75 | - |
| YUV | 64.95 | 206.47 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 204 | 0.46 | 0.93 | 0 | 0.2 | 270.16 | 0.86 | 0.43 |
| Hex | 6E | F | CC | 2E | 5D | 0 | 14 | 10E | 56 | 2B |
| Octal | 156 | 17 | 314 | 56 | 135 | 0 | 24 | 416 | 126 | 53 |
| Binary | 1101110 | 1111 | 11001100 | 101110 | 1011101 | 0 | 10100 | 100001110 | 1010110 | 101011 |
Color Harmonies of #6E0FCC
Complementary color
Monochromatic Colors of #6E0FCC
Black with #6E0FCC
Text Example
Text Example
White with #6E0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0FCC; }
p { color: rgb(110,15,204); }
H1.HeaderClassName
{
color: #6E0FCC;
}
.AnyTagClassName
{
color: #6E0FCC;
}
</style>
background-color css
<style>
a { background-color: #6E0FCC; }
a { background-color: rgb(110,15,204); }
div.DivClassName
{
background-color: #6E0FCC;
}
.BgClassName
{
background-color: #6E0FCC;
}
</style>
border-color css
<style>
span { border-color: #6E0FCC; }
span { border-color: rgb(110,15,204); }
td.TdClassName
{
border-color: #6E0FCC;
}
.TagClassName
{
border-color: #6E0FCC;
}
</style>