Shades of Purple Heart #3A1ECB
Tints of Purple Heart #3A1ECB
RGB
CMYK
RGB Variations
Color information
#3A1ECB (or 0x3A1ECB) is known color: Purple Heart. HEX triplet: 3A, 1E and CB. RGB value is (58,30,203). Sum of RGB (Red+Green+Blue) = 58+30+203=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A1ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1ECB is #C5E134. Grayscale: #393939. Windows color (decimal): -12968245 or 13311546. OLE color: 13311546.
HSL color Cylindrical-coordinate representation of color #3A1ECB: hue angle of 249.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1ECB is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 30 | 203 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.20 |
| HSL | 249.71º | 0.74% | 0.46% | - |
| HSV(B) | 249.71º | 0.85% | 0.8% | - |
| XYZ | 12.99 | 6.14 | 57 | - |
| YUV | 58.09 | 209.78 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 203 | 0.71 | 0.85 | 0 | 0.20 | 249.71 | 0.74 | 0.46 |
| Hex | 3A | 1E | CB | 47 | 55 | 0 | 14 | FA | 4A | 2E |
| Octal | 72 | 36 | 313 | 107 | 125 | 0 | 24 | 372 | 112 | 56 |
| Binary | 111010 | 11110 | 11001011 | 1000111 | 1010101 | 0 | 10100 | 11111010 | 1001010 | 101110 |
Color Harmonies of #3A1ECB
Complementary color
Monochromatic Colors of #3A1ECB
Black with #3A1ECB
Text Example
Text Example
White with #3A1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1ECB; }
p { color: rgb(58,30,203); }
H1.HeaderClassName
{
color: #3A1ECB;
}
.AnyTagClassName
{
color: #3A1ECB;
}
</style>
background-color css
<style>
a { background-color: #3A1ECB; }
a { background-color: rgb(58,30,203); }
div.DivClassName
{
background-color: #3A1ECB;
}
.BgClassName
{
background-color: #3A1ECB;
}
</style>
border-color css
<style>
span { border-color: #3A1ECB; }
span { border-color: rgb(58,30,203); }
td.TdClassName
{
border-color: #3A1ECB;
}
.TagClassName
{
border-color: #3A1ECB;
}
</style>