Shades of Purple Heart #3F0EC8
Tints of Purple Heart #3F0EC8
RGB
CMYK
RGB Variations
Color information
#3F0EC8 (or 0x3F0EC8) is known color: Purple Heart. HEX triplet: 3F, 0E and C8. RGB value is (63,14,200). Sum of RGB (Red+Green+Blue) = 63+14+200=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 200 (78.52% from 255 or 72.20% from 277); Max value from RGB is 200 - color contains mainly: blue. Hex color #3F0EC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0EC8 is #C0F137. Grayscale: #313131. Windows color (decimal): -12644664 or 13110847. OLE color: 13110847.
HSL color Cylindrical-coordinate representation of color #3F0EC8: hue angle of 255.81º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0EC8 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 14 | 200 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.22 |
| HSL | 255.81º | 0.87% | 0.42% | - |
| HSV(B) | 255.81º | 0.93% | 0.78% | - |
| XYZ | 12.63 | 5.54 | 55.05 | - |
| YUV | 49.86 | 212.73 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 200 | 0.68 | 0.93 | 0 | 0.22 | 255.81 | 0.87 | 0.42 |
| Hex | 3F | E | C8 | 44 | 5D | 0 | 16 | 100 | 57 | 2A |
| Octal | 77 | 16 | 310 | 104 | 135 | 0 | 26 | 400 | 127 | 52 |
| Binary | 111111 | 1110 | 11001000 | 1000100 | 1011101 | 0 | 10110 | 100000000 | 1010111 | 101010 |
Color Harmonies of #3F0EC8
Complementary color
Monochromatic Colors of #3F0EC8
Black with #3F0EC8
Text Example
Text Example
White with #3F0EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0EC8; }
p { color: rgb(63,14,200); }
H1.HeaderClassName
{
color: #3F0EC8;
}
.AnyTagClassName
{
color: #3F0EC8;
}
</style>
background-color css
<style>
a { background-color: #3F0EC8; }
a { background-color: rgb(63,14,200); }
div.DivClassName
{
background-color: #3F0EC8;
}
.BgClassName
{
background-color: #3F0EC8;
}
</style>
border-color css
<style>
span { border-color: #3F0EC8; }
span { border-color: rgb(63,14,200); }
td.TdClassName
{
border-color: #3F0EC8;
}
.TagClassName
{
border-color: #3F0EC8;
}
</style>