Shades of Purple Heart #3F15BB
Tints of Purple Heart #3F15BB
RGB
CMYK
RGB Variations
Color information
#3F15BB (or 0x3F15BB) is known color: Purple Heart. HEX triplet: 3F, 15 and BB. RGB value is (63,21,187). Sum of RGB (Red+Green+Blue) = 63+21+187=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F15BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F15BB is #C0EA44. Grayscale: #333333. Windows color (decimal): -12642885 or 12260671. OLE color: 12260671.
HSL color Cylindrical-coordinate representation of color #3F15BB: hue angle of 255.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F15BB is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 21 | 187 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.27 |
| HSL | 255.18º | 0.8% | 0.41% | - |
| HSV(B) | 255.18º | 0.89% | 0.73% | - |
| XYZ | 11.29 | 5.18 | 47.42 | - |
| YUV | 52.48 | 203.91 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 187 | 0.66 | 0.89 | 0 | 0.27 | 255.18 | 0.8 | 0.41 |
| Hex | 3F | 15 | BB | 42 | 59 | 0 | 1B | FF | 50 | 29 |
| Octal | 77 | 25 | 273 | 102 | 131 | 0 | 33 | 377 | 120 | 51 |
| Binary | 111111 | 10101 | 10111011 | 1000010 | 1011001 | 0 | 11011 | 11111111 | 1010000 | 101001 |
Color Harmonies of #3F15BB
Complementary color
Monochromatic Colors of #3F15BB
Black with #3F15BB
Text Example
Text Example
White with #3F15BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F15BB; }
p { color: rgb(63,21,187); }
H1.HeaderClassName
{
color: #3F15BB;
}
.AnyTagClassName
{
color: #3F15BB;
}
</style>
background-color css
<style>
a { background-color: #3F15BB; }
a { background-color: rgb(63,21,187); }
div.DivClassName
{
background-color: #3F15BB;
}
.BgClassName
{
background-color: #3F15BB;
}
</style>
border-color css
<style>
span { border-color: #3F15BB; }
span { border-color: rgb(63,21,187); }
td.TdClassName
{
border-color: #3F15BB;
}
.TagClassName
{
border-color: #3F15BB;
}
</style>