Shades of Purple Heart #3A1FCA
Tints of Purple Heart #3A1FCA
RGB
CMYK
RGB Variations
Color information
#3A1FCA (or 0x3A1FCA) is known color: Purple Heart. HEX triplet: 3A, 1F and CA. RGB value is (58,31,202). Sum of RGB (Red+Green+Blue) = 58+31+202=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A1FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1FCA is #C5E035. Grayscale: #393939. Windows color (decimal): -12967990 or 13246266. OLE color: 13246266.
HSL color Cylindrical-coordinate representation of color #3A1FCA: hue angle of 249.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1FCA is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 58 | 31 | 202 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.21 |
| HSL | 249.47º | 0.73% | 0.46% | - |
| HSV(B) | 249.47º | 0.85% | 0.79% | - |
| XYZ | 12.9 | 6.14 | 56.38 | - |
| YUV | 58.57 | 208.95 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 202 | 0.71 | 0.85 | 0 | 0.21 | 249.47 | 0.73 | 0.46 |
| Hex | 3A | 1F | CA | 47 | 55 | 0 | 15 | F9 | 49 | 2E |
| Octal | 72 | 37 | 312 | 107 | 125 | 0 | 25 | 371 | 111 | 56 |
| Binary | 111010 | 11111 | 11001010 | 1000111 | 1010101 | 0 | 10101 | 11111001 | 1001001 | 101110 |
Color Harmonies of #3A1FCA
Complementary color
Monochromatic Colors of #3A1FCA
Black with #3A1FCA
Text Example
Text Example
White with #3A1FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FCA; }
p { color: rgb(58,31,202); }
H1.HeaderClassName
{
color: #3A1FCA;
}
.AnyTagClassName
{
color: #3A1FCA;
}
</style>
background-color css
<style>
a { background-color: #3A1FCA; }
a { background-color: rgb(58,31,202); }
div.DivClassName
{
background-color: #3A1FCA;
}
.BgClassName
{
background-color: #3A1FCA;
}
</style>
border-color css
<style>
span { border-color: #3A1FCA; }
span { border-color: rgb(58,31,202); }
td.TdClassName
{
border-color: #3A1FCA;
}
.TagClassName
{
border-color: #3A1FCA;
}
</style>