Shades of Purple Heart #6F0ECA
Tints of Purple Heart #6F0ECA
RGB
CMYK
RGB Variations
Color information
#6F0ECA (or 0x6F0ECA) is known color: Purple Heart. HEX triplet: 6F, 0E and CA. RGB value is (111,14,202). Sum of RGB (Red+Green+Blue) = 111+14+202=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F0ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0ECA is #90F135. Grayscale: #3F3F3F. Windows color (decimal): -9498934 or 13241967. OLE color: 13241967.
HSL color Cylindrical-coordinate representation of color #6F0ECA: hue angle of 270.96º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0ECA is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 14 | 202 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.21 |
| HSL | 270.96º | 0.87% | 0.42% | - |
| HSV(B) | 270.96º | 0.93% | 0.79% | - |
| XYZ | 17.37 | 7.96 | 56.5 | - |
| YUV | 64.44 | 205.64 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 202 | 0.45 | 0.93 | 0 | 0.21 | 270.96 | 0.87 | 0.42 |
| Hex | 6F | E | CA | 2D | 5D | 0 | 15 | 10F | 57 | 2A |
| Octal | 157 | 16 | 312 | 55 | 135 | 0 | 25 | 417 | 127 | 52 |
| Binary | 1101111 | 1110 | 11001010 | 101101 | 1011101 | 0 | 10101 | 100001111 | 1010111 | 101010 |
Color Harmonies of #6F0ECA
Complementary color
Monochromatic Colors of #6F0ECA
Black with #6F0ECA
Text Example
Text Example
White with #6F0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0ECA; }
p { color: rgb(111,14,202); }
H1.HeaderClassName
{
color: #6F0ECA;
}
.AnyTagClassName
{
color: #6F0ECA;
}
</style>
background-color css
<style>
a { background-color: #6F0ECA; }
a { background-color: rgb(111,14,202); }
div.DivClassName
{
background-color: #6F0ECA;
}
.BgClassName
{
background-color: #6F0ECA;
}
</style>
border-color css
<style>
span { border-color: #6F0ECA; }
span { border-color: rgb(111,14,202); }
td.TdClassName
{
border-color: #6F0ECA;
}
.TagClassName
{
border-color: #6F0ECA;
}
</style>