Shades of Purple Heart #3F1DB4
Tints of Purple Heart #3F1DB4
RGB
CMYK
RGB Variations
Color information
#3F1DB4 (or 0x3F1DB4) is known color: Purple Heart. HEX triplet: 3F, 1D and B4. RGB value is (63,29,180). Sum of RGB (Red+Green+Blue) = 63+29+180=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 180 (70.70% from 255 or 66.18% from 272); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F1DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1DB4 is #C0E24B. Grayscale: #373737. Windows color (decimal): -12640844 or 11803967. OLE color: 11803967.
HSL color Cylindrical-coordinate representation of color #3F1DB4: hue angle of 253.51º 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 #3F1DB4 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 29 | 180 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.29 |
| HSL | 253.51º | 0.72% | 0.41% | - |
| HSV(B) | 253.51º | 0.84% | 0.71% | - |
| XYZ | 10.73 | 5.23 | 43.62 | - |
| YUV | 56.38 | 197.76 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 180 | 0.65 | 0.84 | 0 | 0.29 | 253.51 | 0.72 | 0.41 |
| Hex | 3F | 1D | B4 | 41 | 54 | 0 | 1D | FE | 48 | 29 |
| Octal | 77 | 35 | 264 | 101 | 124 | 0 | 35 | 376 | 110 | 51 |
| Binary | 111111 | 11101 | 10110100 | 1000001 | 1010100 | 0 | 11101 | 11111110 | 1001000 | 101001 |
Color Harmonies of #3F1DB4
Complementary color
Monochromatic Colors of #3F1DB4
Black with #3F1DB4
Text Example
Text Example
White with #3F1DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1DB4; }
p { color: rgb(63,29,180); }
H1.HeaderClassName
{
color: #3F1DB4;
}
.AnyTagClassName
{
color: #3F1DB4;
}
</style>
background-color css
<style>
a { background-color: #3F1DB4; }
a { background-color: rgb(63,29,180); }
div.DivClassName
{
background-color: #3F1DB4;
}
.BgClassName
{
background-color: #3F1DB4;
}
</style>
border-color css
<style>
span { border-color: #3F1DB4; }
span { border-color: rgb(63,29,180); }
td.TdClassName
{
border-color: #3F1DB4;
}
.TagClassName
{
border-color: #3F1DB4;
}
</style>