Shades of Purple Heart #3F15BE
Tints of Purple Heart #3F15BE
RGB
CMYK
RGB Variations
Color information
#3F15BE (or 0x3F15BE) is known color: Purple Heart. HEX triplet: 3F, 15 and BE. RGB value is (63,21,190). Sum of RGB (Red+Green+Blue) = 63+21+190=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F15BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F15BE is #C0EA41. Grayscale: #343434. Windows color (decimal): -12642882 or 12457279. OLE color: 12457279.
HSL color Cylindrical-coordinate representation of color #3F15BE: hue angle of 254.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F15BE is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 21 | 190 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.25 |
| HSL | 254.91º | 0.8% | 0.41% | - |
| HSV(B) | 254.91º | 0.89% | 0.75% | - |
| XYZ | 11.61 | 5.31 | 49.13 | - |
| YUV | 52.82 | 205.41 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 190 | 0.67 | 0.89 | 0 | 0.25 | 254.91 | 0.8 | 0.41 |
| Hex | 3F | 15 | BE | 43 | 59 | 0 | 19 | FF | 50 | 29 |
| Octal | 77 | 25 | 276 | 103 | 131 | 0 | 31 | 377 | 120 | 51 |
| Binary | 111111 | 10101 | 10111110 | 1000011 | 1011001 | 0 | 11001 | 11111111 | 1010000 | 101001 |
Color Harmonies of #3F15BE
Complementary color
Monochromatic Colors of #3F15BE
Black with #3F15BE
Text Example
Text Example
White with #3F15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F15BE; }
p { color: rgb(63,21,190); }
H1.HeaderClassName
{
color: #3F15BE;
}
.AnyTagClassName
{
color: #3F15BE;
}
</style>
background-color css
<style>
a { background-color: #3F15BE; }
a { background-color: rgb(63,21,190); }
div.DivClassName
{
background-color: #3F15BE;
}
.BgClassName
{
background-color: #3F15BE;
}
</style>
border-color css
<style>
span { border-color: #3F15BE; }
span { border-color: rgb(63,21,190); }
td.TdClassName
{
border-color: #3F15BE;
}
.TagClassName
{
border-color: #3F15BE;
}
</style>