Shades of Purple Heart #3A04BC
Tints of Purple Heart #3A04BC
RGB
CMYK
RGB Variations
Color information
#3A04BC (or 0x3A04BC) is known color: Purple Heart. HEX triplet: 3A, 04 and BC. RGB value is (58,4,188). Sum of RGB (Red+Green+Blue) = 58+4+188=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A04BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A04BC is #C5FB43. Grayscale: #282828. Windows color (decimal): -12974916 or 12321850. OLE color: 12321850.
HSL color Cylindrical-coordinate representation of color #3A04BC: hue angle of 257.61º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A04BC is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 4 | 188 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.26 |
| HSL | 257.61º | 0.96% | 0.38% | - |
| HSV(B) | 257.61º | 0.98% | 0.74% | - |
| XYZ | 10.87 | 4.62 | 47.9 | - |
| YUV | 41.12 | 210.89 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 188 | 0.69 | 0.98 | 0 | 0.26 | 257.61 | 0.96 | 0.38 |
| Hex | 3A | 4 | BC | 45 | 62 | 0 | 1A | 102 | 60 | 26 |
| Octal | 72 | 4 | 274 | 105 | 142 | 0 | 32 | 402 | 140 | 46 |
| Binary | 111010 | 100 | 10111100 | 1000101 | 1100010 | 0 | 11010 | 100000010 | 1100000 | 100110 |
Color Harmonies of #3A04BC
Complementary color
Monochromatic Colors of #3A04BC
Black with #3A04BC
Text Example
Text Example
White with #3A04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A04BC; }
p { color: rgb(58,4,188); }
H1.HeaderClassName
{
color: #3A04BC;
}
.AnyTagClassName
{
color: #3A04BC;
}
</style>
background-color css
<style>
a { background-color: #3A04BC; }
a { background-color: rgb(58,4,188); }
div.DivClassName
{
background-color: #3A04BC;
}
.BgClassName
{
background-color: #3A04BC;
}
</style>
border-color css
<style>
span { border-color: #3A04BC; }
span { border-color: rgb(58,4,188); }
td.TdClassName
{
border-color: #3A04BC;
}
.TagClassName
{
border-color: #3A04BC;
}
</style>