Shades of Purple Heart #3F19C8
Tints of Purple Heart #3F19C8
RGB
CMYK
RGB Variations
Color information
#3F19C8 (or 0x3F19C8) is known color: Purple Heart. HEX triplet: 3F, 19 and C8. RGB value is (63,25,200). Sum of RGB (Red+Green+Blue) = 63+25+200=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 200 (78.52% from 255 or 69.44% from 288); Max value from RGB is 200 - color contains mainly: blue. Hex color #3F19C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F19C8 is #C0E637. Grayscale: #373737. Windows color (decimal): -12641848 or 13113663. OLE color: 13113663.
HSL color Cylindrical-coordinate representation of color #3F19C8: hue angle of 253.03º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F19C8 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 25 | 200 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.22 |
| HSL | 253.03º | 0.78% | 0.44% | - |
| HSV(B) | 253.03º | 0.88% | 0.78% | - |
| XYZ | 12.82 | 5.92 | 55.11 | - |
| YUV | 56.31 | 209.09 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 200 | 0.68 | 0.88 | 0 | 0.22 | 253.03 | 0.78 | 0.44 |
| Hex | 3F | 19 | C8 | 44 | 58 | 0 | 16 | FD | 4E | 2C |
| Octal | 77 | 31 | 310 | 104 | 130 | 0 | 26 | 375 | 116 | 54 |
| Binary | 111111 | 11001 | 11001000 | 1000100 | 1011000 | 0 | 10110 | 11111101 | 1001110 | 101100 |
Color Harmonies of #3F19C8
Complementary color
Monochromatic Colors of #3F19C8
Black with #3F19C8
Text Example
Text Example
White with #3F19C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F19C8; }
p { color: rgb(63,25,200); }
H1.HeaderClassName
{
color: #3F19C8;
}
.AnyTagClassName
{
color: #3F19C8;
}
</style>
background-color css
<style>
a { background-color: #3F19C8; }
a { background-color: rgb(63,25,200); }
div.DivClassName
{
background-color: #3F19C8;
}
.BgClassName
{
background-color: #3F19C8;
}
</style>
border-color css
<style>
span { border-color: #3F19C8; }
span { border-color: rgb(63,25,200); }
td.TdClassName
{
border-color: #3F19C8;
}
.TagClassName
{
border-color: #3F19C8;
}
</style>