Shades of Purple Heart #3F19CB
Tints of Purple Heart #3F19CB
RGB
CMYK
RGB Variations
Color information
#3F19CB (or 0x3F19CB) is known color: Purple Heart. HEX triplet: 3F, 19 and CB. RGB value is (63,25,203). Sum of RGB (Red+Green+Blue) = 63+25+203=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F19CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F19CB is #C0E634. Grayscale: #373737. Windows color (decimal): -12641845 or 13310271. OLE color: 13310271.
HSL color Cylindrical-coordinate representation of color #3F19CB: hue angle of 252.81º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F19CB is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 25 | 203 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.20 |
| HSL | 252.81º | 0.78% | 0.45% | - |
| HSV(B) | 252.81º | 0.88% | 0.8% | - |
| XYZ | 13.18 | 6.06 | 56.98 | - |
| YUV | 56.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 203 | 0.69 | 0.88 | 0 | 0.20 | 252.81 | 0.78 | 0.45 |
| Hex | 3F | 19 | CB | 45 | 58 | 0 | 14 | FD | 4E | 2D |
| Octal | 77 | 31 | 313 | 105 | 130 | 0 | 24 | 375 | 116 | 55 |
| Binary | 111111 | 11001 | 11001011 | 1000101 | 1011000 | 0 | 10100 | 11111101 | 1001110 | 101101 |
Color Harmonies of #3F19CB
Complementary color
Monochromatic Colors of #3F19CB
Black with #3F19CB
Text Example
Text Example
White with #3F19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F19CB; }
p { color: rgb(63,25,203); }
H1.HeaderClassName
{
color: #3F19CB;
}
.AnyTagClassName
{
color: #3F19CB;
}
</style>
background-color css
<style>
a { background-color: #3F19CB; }
a { background-color: rgb(63,25,203); }
div.DivClassName
{
background-color: #3F19CB;
}
.BgClassName
{
background-color: #3F19CB;
}
</style>
border-color css
<style>
span { border-color: #3F19CB; }
span { border-color: rgb(63,25,203); }
td.TdClassName
{
border-color: #3F19CB;
}
.TagClassName
{
border-color: #3F19CB;
}
</style>