Shades of Purple Heart #3F1BAE
Tints of Purple Heart #3F1BAE
RGB
CMYK
RGB Variations
Color information
#3F1BAE (or 0x3F1BAE) is known color: Purple Heart. HEX triplet: 3F, 1B and AE. RGB value is (63,27,174). Sum of RGB (Red+Green+Blue) = 63+27+174=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F1BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1BAE is #C0E451. Grayscale: #353535. Windows color (decimal): -12641362 or 11410239. OLE color: 11410239.
HSL color Cylindrical-coordinate representation of color #3F1BAE: hue angle of 254.69º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F1BAE is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 27 | 174 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.32 |
| HSL | 254.69º | 0.73% | 0.39% | - |
| HSV(B) | 254.69º | 0.84% | 0.68% | - |
| XYZ | 10.08 | 4.9 | 40.46 | - |
| YUV | 54.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 174 | 0.64 | 0.84 | 0 | 0.32 | 254.69 | 0.73 | 0.39 |
| Hex | 3F | 1B | AE | 40 | 54 | 0 | 20 | FF | 49 | 27 |
| Octal | 77 | 33 | 256 | 100 | 124 | 0 | 40 | 377 | 111 | 47 |
| Binary | 111111 | 11011 | 10101110 | 1000000 | 1010100 | 0 | 100000 | 11111111 | 1001001 | 100111 |
Color Harmonies of #3F1BAE
Complementary color
Monochromatic Colors of #3F1BAE
Black with #3F1BAE
Text Example
Text Example
White with #3F1BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1BAE; }
p { color: rgb(63,27,174); }
H1.HeaderClassName
{
color: #3F1BAE;
}
.AnyTagClassName
{
color: #3F1BAE;
}
</style>
background-color css
<style>
a { background-color: #3F1BAE; }
a { background-color: rgb(63,27,174); }
div.DivClassName
{
background-color: #3F1BAE;
}
.BgClassName
{
background-color: #3F1BAE;
}
</style>
border-color css
<style>
span { border-color: #3F1BAE; }
span { border-color: rgb(63,27,174); }
td.TdClassName
{
border-color: #3F1BAE;
}
.TagClassName
{
border-color: #3F1BAE;
}
</style>