Shades of Purple Heart #3F0FB1
Tints of Purple Heart #3F0FB1
RGB
CMYK
RGB Variations
Color information
#3F0FB1 (or 0x3F0FB1) is known color: Purple Heart. HEX triplet: 3F, 0F and B1. RGB value is (63,15,177). Sum of RGB (Red+Green+Blue) = 63+15+177=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 177 (69.53% from 255 or 69.41% from 255); Max value from RGB is 177 - color contains mainly: blue. Hex color #3F0FB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0FB1 is #C0F04E. Grayscale: #2F2F2F. Windows color (decimal): -12644431 or 11603775. OLE color: 11603775.
HSL color Cylindrical-coordinate representation of color #3F0FB1: hue angle of 257.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0FB1 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 15 | 177 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.31 |
| HSL | 257.78º | 0.84% | 0.38% | - |
| HSV(B) | 257.78º | 0.92% | 0.69% | - |
| XYZ | 10.16 | 4.57 | 41.94 | - |
| YUV | 47.82 | 200.9 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 177 | 0.64 | 0.92 | 0 | 0.31 | 257.78 | 0.84 | 0.38 |
| Hex | 3F | F | B1 | 40 | 5C | 0 | 1F | 102 | 54 | 26 |
| Octal | 77 | 17 | 261 | 100 | 134 | 0 | 37 | 402 | 124 | 46 |
| Binary | 111111 | 1111 | 10110001 | 1000000 | 1011100 | 0 | 11111 | 100000010 | 1010100 | 100110 |
Color Harmonies of #3F0FB1
Complementary color
Monochromatic Colors of #3F0FB1
Black with #3F0FB1
Text Example
Text Example
White with #3F0FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FB1; }
p { color: rgb(63,15,177); }
H1.HeaderClassName
{
color: #3F0FB1;
}
.AnyTagClassName
{
color: #3F0FB1;
}
</style>
background-color css
<style>
a { background-color: #3F0FB1; }
a { background-color: rgb(63,15,177); }
div.DivClassName
{
background-color: #3F0FB1;
}
.BgClassName
{
background-color: #3F0FB1;
}
</style>
border-color css
<style>
span { border-color: #3F0FB1; }
span { border-color: rgb(63,15,177); }
td.TdClassName
{
border-color: #3F0FB1;
}
.TagClassName
{
border-color: #3F0FB1;
}
</style>