Shades of Purple Heart #3A1FC8
Tints of Purple Heart #3A1FC8
RGB
CMYK
RGB Variations
Color information
#3A1FC8 (or 0x3A1FC8) is known color: Purple Heart. HEX triplet: 3A, 1F and C8. RGB value is (58,31,200). Sum of RGB (Red+Green+Blue) = 58+31+200=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 200 (78.52% from 255 or 69.20% from 289); Max value from RGB is 200 - color contains mainly: blue. Hex color #3A1FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1FC8 is #C5E037. Grayscale: #393939. Windows color (decimal): -12967992 or 13115194. OLE color: 13115194.
HSL color Cylindrical-coordinate representation of color #3A1FC8: hue angle of 249.59º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1FC8 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 31 | 200 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.22 |
| HSL | 249.59º | 0.73% | 0.45% | - |
| HSV(B) | 249.59º | 0.85% | 0.78% | - |
| XYZ | 12.66 | 6.05 | 55.14 | - |
| YUV | 58.34 | 207.95 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 200 | 0.71 | 0.84 | 0 | 0.22 | 249.59 | 0.73 | 0.45 |
| Hex | 3A | 1F | C8 | 47 | 54 | 0 | 16 | FA | 49 | 2D |
| Octal | 72 | 37 | 310 | 107 | 124 | 0 | 26 | 372 | 111 | 55 |
| Binary | 111010 | 11111 | 11001000 | 1000111 | 1010100 | 0 | 10110 | 11111010 | 1001001 | 101101 |
Color Harmonies of #3A1FC8
Complementary color
Monochromatic Colors of #3A1FC8
Black with #3A1FC8
Text Example
Text Example
White with #3A1FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FC8; }
p { color: rgb(58,31,200); }
H1.HeaderClassName
{
color: #3A1FC8;
}
.AnyTagClassName
{
color: #3A1FC8;
}
</style>
background-color css
<style>
a { background-color: #3A1FC8; }
a { background-color: rgb(58,31,200); }
div.DivClassName
{
background-color: #3A1FC8;
}
.BgClassName
{
background-color: #3A1FC8;
}
</style>
border-color css
<style>
span { border-color: #3A1FC8; }
span { border-color: rgb(58,31,200); }
td.TdClassName
{
border-color: #3A1FC8;
}
.TagClassName
{
border-color: #3A1FC8;
}
</style>