Shades of Purple Heart #3F1DB5
Tints of Purple Heart #3F1DB5
RGB
CMYK
RGB Variations
Color information
#3F1DB5 (or 0x3F1DB5) is known color: Purple Heart. HEX triplet: 3F, 1D and B5. RGB value is (63,29,181). Sum of RGB (Red+Green+Blue) = 63+29+181=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 181 (71.09% from 255 or 66.30% from 273); Max value from RGB is 181 - color contains mainly: blue. Hex color #3F1DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1DB5 is #C0E24A. Grayscale: #373737. Windows color (decimal): -12640843 or 11869503. OLE color: 11869503.
HSL color Cylindrical-coordinate representation of color #3F1DB5: hue angle of 253.42º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F1DB5 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 29 | 181 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.29 |
| HSL | 253.42º | 0.72% | 0.41% | - |
| HSV(B) | 253.42º | 0.84% | 0.71% | - |
| XYZ | 10.83 | 5.27 | 44.16 | - |
| YUV | 56.49 | 198.26 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 181 | 0.65 | 0.84 | 0 | 0.29 | 253.42 | 0.72 | 0.41 |
| Hex | 3F | 1D | B5 | 41 | 54 | 0 | 1D | FD | 48 | 29 |
| Octal | 77 | 35 | 265 | 101 | 124 | 0 | 35 | 375 | 110 | 51 |
| Binary | 111111 | 11101 | 10110101 | 1000001 | 1010100 | 0 | 11101 | 11111101 | 1001000 | 101001 |
Color Harmonies of #3F1DB5
Complementary color
Monochromatic Colors of #3F1DB5
Black with #3F1DB5
Text Example
Text Example
White with #3F1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1DB5; }
p { color: rgb(63,29,181); }
H1.HeaderClassName
{
color: #3F1DB5;
}
.AnyTagClassName
{
color: #3F1DB5;
}
</style>
background-color css
<style>
a { background-color: #3F1DB5; }
a { background-color: rgb(63,29,181); }
div.DivClassName
{
background-color: #3F1DB5;
}
.BgClassName
{
background-color: #3F1DB5;
}
</style>
border-color css
<style>
span { border-color: #3F1DB5; }
span { border-color: rgb(63,29,181); }
td.TdClassName
{
border-color: #3F1DB5;
}
.TagClassName
{
border-color: #3F1DB5;
}
</style>