Shades of Purple Heart #3A1EBE
Tints of Purple Heart #3A1EBE
RGB
CMYK
RGB Variations
Color information
#3A1EBE (or 0x3A1EBE) is known color: Purple Heart. HEX triplet: 3A, 1E and BE. RGB value is (58,30,190). Sum of RGB (Red+Green+Blue) = 58+30+190=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A1EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1EBE is #C5E141. Grayscale: #373737. Windows color (decimal): -12968258 or 12459578. OLE color: 12459578.
HSL color Cylindrical-coordinate representation of color #3A1EBE: hue angle of 250.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1EBE is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 30 | 190 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.25 |
| HSL | 250.5º | 0.73% | 0.43% | - |
| HSV(B) | 250.5º | 0.84% | 0.75% | - |
| XYZ | 11.5 | 5.55 | 49.18 | - |
| YUV | 56.61 | 203.28 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 190 | 0.69 | 0.84 | 0 | 0.25 | 250.5 | 0.73 | 0.43 |
| Hex | 3A | 1E | BE | 45 | 54 | 0 | 19 | FB | 49 | 2B |
| Octal | 72 | 36 | 276 | 105 | 124 | 0 | 31 | 373 | 111 | 53 |
| Binary | 111010 | 11110 | 10111110 | 1000101 | 1010100 | 0 | 11001 | 11111011 | 1001001 | 101011 |
Color Harmonies of #3A1EBE
Complementary color
Monochromatic Colors of #3A1EBE
Black with #3A1EBE
Text Example
Text Example
White with #3A1EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1EBE; }
p { color: rgb(58,30,190); }
H1.HeaderClassName
{
color: #3A1EBE;
}
.AnyTagClassName
{
color: #3A1EBE;
}
</style>
background-color css
<style>
a { background-color: #3A1EBE; }
a { background-color: rgb(58,30,190); }
div.DivClassName
{
background-color: #3A1EBE;
}
.BgClassName
{
background-color: #3A1EBE;
}
</style>
border-color css
<style>
span { border-color: #3A1EBE; }
span { border-color: rgb(58,30,190); }
td.TdClassName
{
border-color: #3A1EBE;
}
.TagClassName
{
border-color: #3A1EBE;
}
</style>