Shades of Purple Heart #3F0FB6
Tints of Purple Heart #3F0FB6
RGB
CMYK
RGB Variations
Color information
#3F0FB6 (or 0x3F0FB6) is known color: Purple Heart. HEX triplet: 3F, 0F and B6. RGB value is (63,15,182). Sum of RGB (Red+Green+Blue) = 63+15+182=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 182 (71.48% from 255 or 70% from 260); Max value from RGB is 182 - color contains mainly: blue. Hex color #3F0FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0FB6 is #C0F049. Grayscale: #2F2F2F. Windows color (decimal): -12644426 or 11931455. OLE color: 11931455.
HSL color Cylindrical-coordinate representation of color #3F0FB6: hue angle of 257.25º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0FB6 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 15 | 182 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.29 |
| HSL | 257.25º | 0.85% | 0.39% | - |
| HSV(B) | 257.25º | 0.92% | 0.71% | - |
| XYZ | 10.66 | 4.78 | 44.62 | - |
| YUV | 48.39 | 203.4 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 182 | 0.65 | 0.92 | 0 | 0.29 | 257.25 | 0.85 | 0.39 |
| Hex | 3F | F | B6 | 41 | 5C | 0 | 1D | 101 | 55 | 27 |
| Octal | 77 | 17 | 266 | 101 | 134 | 0 | 35 | 401 | 125 | 47 |
| Binary | 111111 | 1111 | 10110110 | 1000001 | 1011100 | 0 | 11101 | 100000001 | 1010101 | 100111 |
Color Harmonies of #3F0FB6
Complementary color
Monochromatic Colors of #3F0FB6
Black with #3F0FB6
Text Example
Text Example
White with #3F0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FB6; }
p { color: rgb(63,15,182); }
H1.HeaderClassName
{
color: #3F0FB6;
}
.AnyTagClassName
{
color: #3F0FB6;
}
</style>
background-color css
<style>
a { background-color: #3F0FB6; }
a { background-color: rgb(63,15,182); }
div.DivClassName
{
background-color: #3F0FB6;
}
.BgClassName
{
background-color: #3F0FB6;
}
</style>
border-color css
<style>
span { border-color: #3F0FB6; }
span { border-color: rgb(63,15,182); }
td.TdClassName
{
border-color: #3F0FB6;
}
.TagClassName
{
border-color: #3F0FB6;
}
</style>