Shades of Purple Heart #3B04BA
Tints of Purple Heart #3B04BA
RGB
CMYK
RGB Variations
Color information
#3B04BA (or 0x3B04BA) is known color: Purple Heart. HEX triplet: 3B, 04 and BA. RGB value is (59,4,186). Sum of RGB (Red+Green+Blue) = 59+4+186=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B04BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B04BA is #C4FB45. Grayscale: #282828. Windows color (decimal): -12909382 or 12190779. OLE color: 12190779.
HSL color Cylindrical-coordinate representation of color #3B04BA: hue angle of 258.13º degrees, saturation: 0.96, 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 #3B04BA is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 4 | 186 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.27 |
| HSL | 258.13º | 0.96% | 0.37% | - |
| HSV(B) | 258.13º | 0.98% | 0.73% | - |
| XYZ | 10.71 | 4.56 | 46.77 | - |
| YUV | 41.19 | 209.72 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 186 | 0.68 | 0.98 | 0 | 0.27 | 258.13 | 0.96 | 0.37 |
| Hex | 3B | 4 | BA | 44 | 62 | 0 | 1B | 102 | 60 | 25 |
| Octal | 73 | 4 | 272 | 104 | 142 | 0 | 33 | 402 | 140 | 45 |
| Binary | 111011 | 100 | 10111010 | 1000100 | 1100010 | 0 | 11011 | 100000010 | 1100000 | 100101 |
Color Harmonies of #3B04BA
Complementary color
Monochromatic Colors of #3B04BA
Black with #3B04BA
Text Example
Text Example
White with #3B04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B04BA; }
p { color: rgb(59,4,186); }
H1.HeaderClassName
{
color: #3B04BA;
}
.AnyTagClassName
{
color: #3B04BA;
}
</style>
background-color css
<style>
a { background-color: #3B04BA; }
a { background-color: rgb(59,4,186); }
div.DivClassName
{
background-color: #3B04BA;
}
.BgClassName
{
background-color: #3B04BA;
}
</style>
border-color css
<style>
span { border-color: #3B04BA; }
span { border-color: rgb(59,4,186); }
td.TdClassName
{
border-color: #3B04BA;
}
.TagClassName
{
border-color: #3B04BA;
}
</style>