Shades of Purple Heart #3A1EC5
Tints of Purple Heart #3A1EC5
RGB
CMYK
RGB Variations
Color information
#3A1EC5 (or 0x3A1EC5) is known color: Purple Heart. HEX triplet: 3A, 1E and C5. RGB value is (58,30,197). Sum of RGB (Red+Green+Blue) = 58+30+197=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 197 (77.34% from 255 or 69.12% from 285); Max value from RGB is 197 - color contains mainly: blue. Hex color #3A1EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1EC5 is #C5E13A. Grayscale: #383838. Windows color (decimal): -12968251 or 12918330. OLE color: 12918330.
HSL color Cylindrical-coordinate representation of color #3A1EC5: hue angle of 250.06º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1EC5 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 30 | 197 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.23 |
| HSL | 250.06º | 0.74% | 0.45% | - |
| HSV(B) | 250.06º | 0.85% | 0.77% | - |
| XYZ | 12.29 | 5.86 | 53.31 | - |
| YUV | 57.41 | 206.78 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 197 | 0.71 | 0.85 | 0 | 0.23 | 250.06 | 0.74 | 0.45 |
| Hex | 3A | 1E | C5 | 47 | 55 | 0 | 17 | FA | 4A | 2D |
| Octal | 72 | 36 | 305 | 107 | 125 | 0 | 27 | 372 | 112 | 55 |
| Binary | 111010 | 11110 | 11000101 | 1000111 | 1010101 | 0 | 10111 | 11111010 | 1001010 | 101101 |
Color Harmonies of #3A1EC5
Complementary color
Monochromatic Colors of #3A1EC5
Black with #3A1EC5
Text Example
Text Example
White with #3A1EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1EC5; }
p { color: rgb(58,30,197); }
H1.HeaderClassName
{
color: #3A1EC5;
}
.AnyTagClassName
{
color: #3A1EC5;
}
</style>
background-color css
<style>
a { background-color: #3A1EC5; }
a { background-color: rgb(58,30,197); }
div.DivClassName
{
background-color: #3A1EC5;
}
.BgClassName
{
background-color: #3A1EC5;
}
</style>
border-color css
<style>
span { border-color: #3A1EC5; }
span { border-color: rgb(58,30,197); }
td.TdClassName
{
border-color: #3A1EC5;
}
.TagClassName
{
border-color: #3A1EC5;
}
</style>