Shades of Purple Heart #3F01BC
Tints of Purple Heart #3F01BC
RGB
CMYK
RGB Variations
Color information
#3F01BC (or 0x3F01BC) is known color: Purple Heart. HEX triplet: 3F, 01 and BC. RGB value is (63,1,188). Sum of RGB (Red+Green+Blue) = 63+1+188=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F01BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F01BC is #C0FE43. Grayscale: #282828. Windows color (decimal): -12648004 or 12321087. OLE color: 12321087.
HSL color Cylindrical-coordinate representation of color #3F01BC: hue angle of 259.89º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F01BC is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 1 | 188 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.26 |
| HSL | 259.89º | 0.99% | 0.37% | - |
| HSV(B) | 259.89º | 0.99% | 0.74% | - |
| XYZ | 11.14 | 4.71 | 47.9 | - |
| YUV | 40.86 | 211.04 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 1 | 188 | 0.66 | 0.99 | 0 | 0.26 | 259.89 | 0.99 | 0.37 |
| Hex | 3F | 1 | BC | 42 | 63 | 0 | 1A | 104 | 63 | 25 |
| Octal | 77 | 1 | 274 | 102 | 143 | 0 | 32 | 404 | 143 | 45 |
| Binary | 111111 | 1 | 10111100 | 1000010 | 1100011 | 0 | 11010 | 100000100 | 1100011 | 100101 |
Color Harmonies of #3F01BC
Complementary color
Monochromatic Colors of #3F01BC
Black with #3F01BC
Text Example
Text Example
White with #3F01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F01BC; }
p { color: rgb(63,1,188); }
H1.HeaderClassName
{
color: #3F01BC;
}
.AnyTagClassName
{
color: #3F01BC;
}
</style>
background-color css
<style>
a { background-color: #3F01BC; }
a { background-color: rgb(63,1,188); }
div.DivClassName
{
background-color: #3F01BC;
}
.BgClassName
{
background-color: #3F01BC;
}
</style>
border-color css
<style>
span { border-color: #3F01BC; }
span { border-color: rgb(63,1,188); }
td.TdClassName
{
border-color: #3F01BC;
}
.TagClassName
{
border-color: #3F01BC;
}
</style>