Shades of Purple Heart #3D19BA
Tints of Purple Heart #3D19BA
RGB
CMYK
RGB Variations
Color information
#3D19BA (or 0x3D19BA) is known color: Purple Heart. HEX triplet: 3D, 19 and BA. RGB value is (61,25,186). Sum of RGB (Red+Green+Blue) = 61+25+186=272 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.43% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D19BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D19BA is #C2E645. Grayscale: #353535. Windows color (decimal): -12772934 or 12196157. OLE color: 12196157.
HSL color Cylindrical-coordinate representation of color #3D19BA: hue angle of 253.42º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D19BA is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 25 | 186 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.27 |
| HSL | 253.42º | 0.76% | 0.41% | - |
| HSV(B) | 253.42º | 0.87% | 0.73% | - |
| XYZ | 11.14 | 5.23 | 46.88 | - |
| YUV | 54.12 | 202.43 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 186 | 0.67 | 0.87 | 0 | 0.27 | 253.42 | 0.76 | 0.41 |
| Hex | 3D | 19 | BA | 43 | 57 | 0 | 1B | FD | 4C | 29 |
| Octal | 75 | 31 | 272 | 103 | 127 | 0 | 33 | 375 | 114 | 51 |
| Binary | 111101 | 11001 | 10111010 | 1000011 | 1010111 | 0 | 11011 | 11111101 | 1001100 | 101001 |
Color Harmonies of #3D19BA
Complementary color
Monochromatic Colors of #3D19BA
Black with #3D19BA
Text Example
Text Example
White with #3D19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D19BA; }
p { color: rgb(61,25,186); }
H1.HeaderClassName
{
color: #3D19BA;
}
.AnyTagClassName
{
color: #3D19BA;
}
</style>
background-color css
<style>
a { background-color: #3D19BA; }
a { background-color: rgb(61,25,186); }
div.DivClassName
{
background-color: #3D19BA;
}
.BgClassName
{
background-color: #3D19BA;
}
</style>
border-color css
<style>
span { border-color: #3D19BA; }
span { border-color: rgb(61,25,186); }
td.TdClassName
{
border-color: #3D19BA;
}
.TagClassName
{
border-color: #3D19BA;
}
</style>