Shades of Purple Heart #3A1ECC
Tints of Purple Heart #3A1ECC
RGB
CMYK
RGB Variations
Color information
#3A1ECC (or 0x3A1ECC) is known color: Purple Heart. HEX triplet: 3A, 1E and CC. RGB value is (58,30,204). Sum of RGB (Red+Green+Blue) = 58+30+204=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 204 (80.08% from 255 or 69.86% from 292); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A1ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1ECC is #C5E133. Grayscale: #393939. Windows color (decimal): -12968244 or 13377082. OLE color: 13377082.
HSL color Cylindrical-coordinate representation of color #3A1ECC: hue angle of 249.66º 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 #3A1ECC is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 30 | 204 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.2 |
| HSL | 249.66º | 0.74% | 0.46% | - |
| HSV(B) | 249.66º | 0.85% | 0.8% | - |
| XYZ | 13.11 | 6.19 | 57.63 | - |
| YUV | 58.21 | 210.28 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 204 | 0.72 | 0.85 | 0 | 0.2 | 249.66 | 0.74 | 0.46 |
| Hex | 3A | 1E | CC | 48 | 55 | 0 | 14 | FA | 4A | 2E |
| Octal | 72 | 36 | 314 | 110 | 125 | 0 | 24 | 372 | 112 | 56 |
| Binary | 111010 | 11110 | 11001100 | 1001000 | 1010101 | 0 | 10100 | 11111010 | 1001010 | 101110 |
Color Harmonies of #3A1ECC
Complementary color
Monochromatic Colors of #3A1ECC
Black with #3A1ECC
Text Example
Text Example
White with #3A1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1ECC; }
p { color: rgb(58,30,204); }
H1.HeaderClassName
{
color: #3A1ECC;
}
.AnyTagClassName
{
color: #3A1ECC;
}
</style>
background-color css
<style>
a { background-color: #3A1ECC; }
a { background-color: rgb(58,30,204); }
div.DivClassName
{
background-color: #3A1ECC;
}
.BgClassName
{
background-color: #3A1ECC;
}
</style>
border-color css
<style>
span { border-color: #3A1ECC; }
span { border-color: rgb(58,30,204); }
td.TdClassName
{
border-color: #3A1ECC;
}
.TagClassName
{
border-color: #3A1ECC;
}
</style>