Shades of Purple Heart #3A1FBC
Tints of Purple Heart #3A1FBC
RGB
CMYK
RGB Variations
Color information
#3A1FBC (or 0x3A1FBC) is known color: Purple Heart. HEX triplet: 3A, 1F and BC. RGB value is (58,31,188). Sum of RGB (Red+Green+Blue) = 58+31+188=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A1FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1FBC is #C5E043. Grayscale: #383838. Windows color (decimal): -12968004 or 12328762. OLE color: 12328762.
HSL color Cylindrical-coordinate representation of color #3A1FBC: hue angle of 250.32º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1FBC is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 31 | 188 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.26 |
| HSL | 250.32º | 0.72% | 0.43% | - |
| HSV(B) | 250.32º | 0.84% | 0.74% | - |
| XYZ | 11.31 | 5.51 | 48.04 | - |
| YUV | 56.97 | 201.95 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 188 | 0.69 | 0.84 | 0 | 0.26 | 250.32 | 0.72 | 0.43 |
| Hex | 3A | 1F | BC | 45 | 54 | 0 | 1A | FA | 48 | 2B |
| Octal | 72 | 37 | 274 | 105 | 124 | 0 | 32 | 372 | 110 | 53 |
| Binary | 111010 | 11111 | 10111100 | 1000101 | 1010100 | 0 | 11010 | 11111010 | 1001000 | 101011 |
Color Harmonies of #3A1FBC
Complementary color
Monochromatic Colors of #3A1FBC
Black with #3A1FBC
Text Example
Text Example
White with #3A1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FBC; }
p { color: rgb(58,31,188); }
H1.HeaderClassName
{
color: #3A1FBC;
}
.AnyTagClassName
{
color: #3A1FBC;
}
</style>
background-color css
<style>
a { background-color: #3A1FBC; }
a { background-color: rgb(58,31,188); }
div.DivClassName
{
background-color: #3A1FBC;
}
.BgClassName
{
background-color: #3A1FBC;
}
</style>
border-color css
<style>
span { border-color: #3A1FBC; }
span { border-color: rgb(58,31,188); }
td.TdClassName
{
border-color: #3A1FBC;
}
.TagClassName
{
border-color: #3A1FBC;
}
</style>