Shades of Purple Heart #3A1FBF
Tints of Purple Heart #3A1FBF
RGB
CMYK
RGB Variations
Color information
#3A1FBF (or 0x3A1FBF) is known color: Purple Heart. HEX triplet: 3A, 1F and BF. RGB value is (58,31,191). Sum of RGB (Red+Green+Blue) = 58+31+191=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A1FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1FBF is #C5E040. Grayscale: #383838. Windows color (decimal): -12968001 or 12525370. OLE color: 12525370.
HSL color Cylindrical-coordinate representation of color #3A1FBF: hue angle of 250.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1FBF is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 31 | 191 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.25 |
| HSL | 250.13º | 0.72% | 0.44% | - |
| HSV(B) | 250.13º | 0.84% | 0.75% | - |
| XYZ | 11.64 | 5.64 | 49.77 | - |
| YUV | 57.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 191 | 0.70 | 0.84 | 0 | 0.25 | 250.13 | 0.72 | 0.44 |
| Hex | 3A | 1F | BF | 46 | 54 | 0 | 19 | FA | 48 | 2C |
| Octal | 72 | 37 | 277 | 106 | 124 | 0 | 31 | 372 | 110 | 54 |
| Binary | 111010 | 11111 | 10111111 | 1000110 | 1010100 | 0 | 11001 | 11111010 | 1001000 | 101100 |
Color Harmonies of #3A1FBF
Complementary color
Monochromatic Colors of #3A1FBF
Black with #3A1FBF
Text Example
Text Example
White with #3A1FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FBF; }
p { color: rgb(58,31,191); }
H1.HeaderClassName
{
color: #3A1FBF;
}
.AnyTagClassName
{
color: #3A1FBF;
}
</style>
background-color css
<style>
a { background-color: #3A1FBF; }
a { background-color: rgb(58,31,191); }
div.DivClassName
{
background-color: #3A1FBF;
}
.BgClassName
{
background-color: #3A1FBF;
}
</style>
border-color css
<style>
span { border-color: #3A1FBF; }
span { border-color: rgb(58,31,191); }
td.TdClassName
{
border-color: #3A1FBF;
}
.TagClassName
{
border-color: #3A1FBF;
}
</style>