Shades of Purple Heart #3A1FBD
Tints of Purple Heart #3A1FBD
RGB
CMYK
RGB Variations
Color information
#3A1FBD (or 0x3A1FBD) is known color: Purple Heart. HEX triplet: 3A, 1F and BD. RGB value is (58,31,189). Sum of RGB (Red+Green+Blue) = 58+31+189=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A1FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1FBD is #C5E042. Grayscale: #383838. Windows color (decimal): -12968003 or 12394298. OLE color: 12394298.
HSL color Cylindrical-coordinate representation of color #3A1FBD: hue angle of 250.25º 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 #3A1FBD is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 31 | 189 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.26 |
| HSL | 250.25º | 0.72% | 0.43% | - |
| HSV(B) | 250.25º | 0.84% | 0.74% | - |
| XYZ | 11.42 | 5.55 | 48.61 | - |
| YUV | 57.09 | 202.45 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 189 | 0.69 | 0.84 | 0 | 0.26 | 250.25 | 0.72 | 0.43 |
| Hex | 3A | 1F | BD | 45 | 54 | 0 | 1A | FA | 48 | 2B |
| Octal | 72 | 37 | 275 | 105 | 124 | 0 | 32 | 372 | 110 | 53 |
| Binary | 111010 | 11111 | 10111101 | 1000101 | 1010100 | 0 | 11010 | 11111010 | 1001000 | 101011 |
Color Harmonies of #3A1FBD
Complementary color
Monochromatic Colors of #3A1FBD
Black with #3A1FBD
Text Example
Text Example
White with #3A1FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1FBD; }
p { color: rgb(58,31,189); }
H1.HeaderClassName
{
color: #3A1FBD;
}
.AnyTagClassName
{
color: #3A1FBD;
}
</style>
background-color css
<style>
a { background-color: #3A1FBD; }
a { background-color: rgb(58,31,189); }
div.DivClassName
{
background-color: #3A1FBD;
}
.BgClassName
{
background-color: #3A1FBD;
}
</style>
border-color css
<style>
span { border-color: #3A1FBD; }
span { border-color: rgb(58,31,189); }
td.TdClassName
{
border-color: #3A1FBD;
}
.TagClassName
{
border-color: #3A1FBD;
}
</style>