Shades of Purple Heart #3F1ABE
Tints of Purple Heart #3F1ABE
RGB
CMYK
RGB Variations
Color information
#3F1ABE (or 0x3F1ABE) is known color: Purple Heart. HEX triplet: 3F, 1A and BE. RGB value is (63,26,190). Sum of RGB (Red+Green+Blue) = 63+26+190=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F1ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1ABE is #C0E541. Grayscale: #373737. Windows color (decimal): -12641602 or 12458559. OLE color: 12458559.
HSL color Cylindrical-coordinate representation of color #3F1ABE: hue angle of 253.54º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1ABE is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 26 | 190 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.25 |
| HSL | 253.54º | 0.76% | 0.42% | - |
| HSV(B) | 253.54º | 0.86% | 0.75% | - |
| XYZ | 11.71 | 5.51 | 49.16 | - |
| YUV | 55.76 | 203.76 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 190 | 0.67 | 0.86 | 0 | 0.25 | 253.54 | 0.76 | 0.42 |
| Hex | 3F | 1A | BE | 43 | 56 | 0 | 19 | FE | 4C | 2A |
| Octal | 77 | 32 | 276 | 103 | 126 | 0 | 31 | 376 | 114 | 52 |
| Binary | 111111 | 11010 | 10111110 | 1000011 | 1010110 | 0 | 11001 | 11111110 | 1001100 | 101010 |
Color Harmonies of #3F1ABE
Complementary color
Monochromatic Colors of #3F1ABE
Black with #3F1ABE
Text Example
Text Example
White with #3F1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1ABE; }
p { color: rgb(63,26,190); }
H1.HeaderClassName
{
color: #3F1ABE;
}
.AnyTagClassName
{
color: #3F1ABE;
}
</style>
background-color css
<style>
a { background-color: #3F1ABE; }
a { background-color: rgb(63,26,190); }
div.DivClassName
{
background-color: #3F1ABE;
}
.BgClassName
{
background-color: #3F1ABE;
}
</style>
border-color css
<style>
span { border-color: #3F1ABE; }
span { border-color: rgb(63,26,190); }
td.TdClassName
{
border-color: #3F1ABE;
}
.TagClassName
{
border-color: #3F1ABE;
}
</style>