Shades of Purple Heart #3F19BB
Tints of Purple Heart #3F19BB
RGB
CMYK
RGB Variations
Color information
#3F19BB (or 0x3F19BB) is known color: Purple Heart. HEX triplet: 3F, 19 and BB. RGB value is (63,25,187). Sum of RGB (Red+Green+Blue) = 63+25+187=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F19BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F19BB is #C0E644. Grayscale: #363636. Windows color (decimal): -12641861 or 12261695. OLE color: 12261695.
HSL color Cylindrical-coordinate representation of color #3F19BB: hue angle of 254.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F19BB is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 25 | 187 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.27 |
| HSL | 254.07º | 0.76% | 0.42% | - |
| HSV(B) | 254.07º | 0.87% | 0.73% | - |
| XYZ | 11.37 | 5.34 | 47.45 | - |
| YUV | 54.83 | 202.59 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 187 | 0.66 | 0.87 | 0 | 0.27 | 254.07 | 0.76 | 0.42 |
| Hex | 3F | 19 | BB | 42 | 57 | 0 | 1B | FE | 4C | 2A |
| Octal | 77 | 31 | 273 | 102 | 127 | 0 | 33 | 376 | 114 | 52 |
| Binary | 111111 | 11001 | 10111011 | 1000010 | 1010111 | 0 | 11011 | 11111110 | 1001100 | 101010 |
Color Harmonies of #3F19BB
Complementary color
Monochromatic Colors of #3F19BB
Black with #3F19BB
Text Example
Text Example
White with #3F19BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F19BB; }
p { color: rgb(63,25,187); }
H1.HeaderClassName
{
color: #3F19BB;
}
.AnyTagClassName
{
color: #3F19BB;
}
</style>
background-color css
<style>
a { background-color: #3F19BB; }
a { background-color: rgb(63,25,187); }
div.DivClassName
{
background-color: #3F19BB;
}
.BgClassName
{
background-color: #3F19BB;
}
</style>
border-color css
<style>
span { border-color: #3F19BB; }
span { border-color: rgb(63,25,187); }
td.TdClassName
{
border-color: #3F19BB;
}
.TagClassName
{
border-color: #3F19BB;
}
</style>