Shades of Purple Heart #3D19BF
Tints of Purple Heart #3D19BF
RGB
CMYK
RGB Variations
Color information
#3D19BF (or 0x3D19BF) is known color: Purple Heart. HEX triplet: 3D, 19 and BF. RGB value is (61,25,191). Sum of RGB (Red+Green+Blue) = 61+25+191=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #3D19BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D19BF is #C2E640. Grayscale: #363636. Windows color (decimal): -12772929 or 12523837. OLE color: 12523837.
HSL color Cylindrical-coordinate representation of color #3D19BF: hue angle of 253.01º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D19BF is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 25 | 191 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.25 |
| HSL | 253.01º | 0.77% | 0.42% | - |
| HSV(B) | 253.01º | 0.87% | 0.75% | - |
| XYZ | 11.68 | 5.45 | 49.73 | - |
| YUV | 54.69 | 204.93 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 191 | 0.68 | 0.87 | 0 | 0.25 | 253.01 | 0.77 | 0.42 |
| Hex | 3D | 19 | BF | 44 | 57 | 0 | 19 | FD | 4D | 2A |
| Octal | 75 | 31 | 277 | 104 | 127 | 0 | 31 | 375 | 115 | 52 |
| Binary | 111101 | 11001 | 10111111 | 1000100 | 1010111 | 0 | 11001 | 11111101 | 1001101 | 101010 |
Color Harmonies of #3D19BF
Complementary color
Monochromatic Colors of #3D19BF
Black with #3D19BF
Text Example
Text Example
White with #3D19BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D19BF; }
p { color: rgb(61,25,191); }
H1.HeaderClassName
{
color: #3D19BF;
}
.AnyTagClassName
{
color: #3D19BF;
}
</style>
background-color css
<style>
a { background-color: #3D19BF; }
a { background-color: rgb(61,25,191); }
div.DivClassName
{
background-color: #3D19BF;
}
.BgClassName
{
background-color: #3D19BF;
}
</style>
border-color css
<style>
span { border-color: #3D19BF; }
span { border-color: rgb(61,25,191); }
td.TdClassName
{
border-color: #3D19BF;
}
.TagClassName
{
border-color: #3D19BF;
}
</style>