Shades of Purple Heart #3A1EBC
Tints of Purple Heart #3A1EBC
RGB
CMYK
RGB Variations
Color information
#3A1EBC (or 0x3A1EBC) is known color: Purple Heart. HEX triplet: 3A, 1E and BC. RGB value is (58,30,188). Sum of RGB (Red+Green+Blue) = 58+30+188=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A1EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1EBC is #C5E143. Grayscale: #373737. Windows color (decimal): -12968260 or 12328506. OLE color: 12328506.
HSL color Cylindrical-coordinate representation of color #3A1EBC: hue angle of 250.63º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1EBC is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 30 | 188 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.26 |
| HSL | 250.63º | 0.72% | 0.43% | - |
| HSV(B) | 250.63º | 0.84% | 0.74% | - |
| XYZ | 11.29 | 5.46 | 48.04 | - |
| YUV | 56.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 188 | 0.69 | 0.84 | 0 | 0.26 | 250.63 | 0.72 | 0.43 |
| Hex | 3A | 1E | BC | 45 | 54 | 0 | 1A | FB | 48 | 2B |
| Octal | 72 | 36 | 274 | 105 | 124 | 0 | 32 | 373 | 110 | 53 |
| Binary | 111010 | 11110 | 10111100 | 1000101 | 1010100 | 0 | 11010 | 11111011 | 1001000 | 101011 |
Color Harmonies of #3A1EBC
Complementary color
Monochromatic Colors of #3A1EBC
Black with #3A1EBC
Text Example
Text Example
White with #3A1EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1EBC; }
p { color: rgb(58,30,188); }
H1.HeaderClassName
{
color: #3A1EBC;
}
.AnyTagClassName
{
color: #3A1EBC;
}
</style>
background-color css
<style>
a { background-color: #3A1EBC; }
a { background-color: rgb(58,30,188); }
div.DivClassName
{
background-color: #3A1EBC;
}
.BgClassName
{
background-color: #3A1EBC;
}
</style>
border-color css
<style>
span { border-color: #3A1EBC; }
span { border-color: rgb(58,30,188); }
td.TdClassName
{
border-color: #3A1EBC;
}
.TagClassName
{
border-color: #3A1EBC;
}
</style>