Shades of Purple Heart #3A04BD
Tints of Purple Heart #3A04BD
RGB
CMYK
RGB Variations
Color information
#3A04BD (or 0x3A04BD) is known color: Purple Heart. HEX triplet: 3A, 04 and BD. RGB value is (58,4,189). Sum of RGB (Red+Green+Blue) = 58+4+189=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A04BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A04BD is #C5FB42. Grayscale: #282828. Windows color (decimal): -12974915 or 12387386. OLE color: 12387386.
HSL color Cylindrical-coordinate representation of color #3A04BD: hue angle of 257.51º 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 #3A04BD is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 4 | 189 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.26 |
| HSL | 257.51º | 0.96% | 0.38% | - |
| HSV(B) | 257.51º | 0.98% | 0.74% | - |
| XYZ | 10.97 | 4.66 | 48.47 | - |
| YUV | 41.24 | 211.39 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 189 | 0.69 | 0.98 | 0 | 0.26 | 257.51 | 0.96 | 0.38 |
| Hex | 3A | 4 | BD | 45 | 62 | 0 | 1A | 102 | 60 | 26 |
| Octal | 72 | 4 | 275 | 105 | 142 | 0 | 32 | 402 | 140 | 46 |
| Binary | 111010 | 100 | 10111101 | 1000101 | 1100010 | 0 | 11010 | 100000010 | 1100000 | 100110 |
Color Harmonies of #3A04BD
Complementary color
Monochromatic Colors of #3A04BD
Black with #3A04BD
Text Example
Text Example
White with #3A04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A04BD; }
p { color: rgb(58,4,189); }
H1.HeaderClassName
{
color: #3A04BD;
}
.AnyTagClassName
{
color: #3A04BD;
}
</style>
background-color css
<style>
a { background-color: #3A04BD; }
a { background-color: rgb(58,4,189); }
div.DivClassName
{
background-color: #3A04BD;
}
.BgClassName
{
background-color: #3A04BD;
}
</style>
border-color css
<style>
span { border-color: #3A04BD; }
span { border-color: rgb(58,4,189); }
td.TdClassName
{
border-color: #3A04BD;
}
.TagClassName
{
border-color: #3A04BD;
}
</style>