Shades of Purple Heart #3F18BA
Tints of Purple Heart #3F18BA
RGB
CMYK
RGB Variations
Color information
#3F18BA (or 0x3F18BA) is known color: Purple Heart. HEX triplet: 3F, 18 and BA. RGB value is (63,24,186). Sum of RGB (Red+Green+Blue) = 63+24+186=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F18BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F18BA is #C0E745. Grayscale: #353535. Windows color (decimal): -12642118 or 12195903. OLE color: 12195903.
HSL color Cylindrical-coordinate representation of color #3F18BA: hue angle of 254.44º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F18BA is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 24 | 186 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.27 |
| HSL | 254.44º | 0.77% | 0.41% | - |
| HSV(B) | 254.44º | 0.87% | 0.73% | - |
| XYZ | 11.24 | 5.26 | 46.88 | - |
| YUV | 54.13 | 202.42 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 186 | 0.66 | 0.87 | 0 | 0.27 | 254.44 | 0.77 | 0.41 |
| Hex | 3F | 18 | BA | 42 | 57 | 0 | 1B | FE | 4D | 29 |
| Octal | 77 | 30 | 272 | 102 | 127 | 0 | 33 | 376 | 115 | 51 |
| Binary | 111111 | 11000 | 10111010 | 1000010 | 1010111 | 0 | 11011 | 11111110 | 1001101 | 101001 |
Color Harmonies of #3F18BA
Complementary color
Monochromatic Colors of #3F18BA
Black with #3F18BA
Text Example
Text Example
White with #3F18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F18BA; }
p { color: rgb(63,24,186); }
H1.HeaderClassName
{
color: #3F18BA;
}
.AnyTagClassName
{
color: #3F18BA;
}
</style>
background-color css
<style>
a { background-color: #3F18BA; }
a { background-color: rgb(63,24,186); }
div.DivClassName
{
background-color: #3F18BA;
}
.BgClassName
{
background-color: #3F18BA;
}
</style>
border-color css
<style>
span { border-color: #3F18BA; }
span { border-color: rgb(63,24,186); }
td.TdClassName
{
border-color: #3F18BA;
}
.TagClassName
{
border-color: #3F18BA;
}
</style>