Shades of Purple Heart #3F03BA
Tints of Purple Heart #3F03BA
RGB
CMYK
RGB Variations
Color information
#3F03BA (or 0x3F03BA) is known color: Purple Heart. HEX triplet: 3F, 03 and BA. RGB value is (63,3,186). Sum of RGB (Red+Green+Blue) = 63+3+186=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F03BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F03BA is #C0FC45. Grayscale: #292929. Windows color (decimal): -12647494 or 12190527. OLE color: 12190527.
HSL color Cylindrical-coordinate representation of color #3F03BA: hue angle of 259.67º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F03BA is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 3 | 186 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.27 |
| HSL | 259.67º | 0.97% | 0.37% | - |
| HSV(B) | 259.67º | 0.98% | 0.73% | - |
| XYZ | 10.95 | 4.67 | 46.78 | - |
| YUV | 41.8 | 209.38 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 186 | 0.66 | 0.98 | 0 | 0.27 | 259.67 | 0.97 | 0.37 |
| Hex | 3F | 3 | BA | 42 | 62 | 0 | 1B | 104 | 61 | 25 |
| Octal | 77 | 3 | 272 | 102 | 142 | 0 | 33 | 404 | 141 | 45 |
| Binary | 111111 | 11 | 10111010 | 1000010 | 1100010 | 0 | 11011 | 100000100 | 1100001 | 100101 |
Color Harmonies of #3F03BA
Complementary color
Monochromatic Colors of #3F03BA
Black with #3F03BA
Text Example
Text Example
White with #3F03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F03BA; }
p { color: rgb(63,3,186); }
H1.HeaderClassName
{
color: #3F03BA;
}
.AnyTagClassName
{
color: #3F03BA;
}
</style>
background-color css
<style>
a { background-color: #3F03BA; }
a { background-color: rgb(63,3,186); }
div.DivClassName
{
background-color: #3F03BA;
}
.BgClassName
{
background-color: #3F03BA;
}
</style>
border-color css
<style>
span { border-color: #3F03BA; }
span { border-color: rgb(63,3,186); }
td.TdClassName
{
border-color: #3F03BA;
}
.TagClassName
{
border-color: #3F03BA;
}
</style>