Shades of Purple Heart #3F2AB8
Tints of Purple Heart #3F2AB8
RGB
CMYK
RGB Variations
Color information
#3F2AB8 (or 0x3F2AB8) is known color: Purple Heart. HEX triplet: 3F, 2A and B8. RGB value is (63,42,184). Sum of RGB (Red+Green+Blue) = 63+42+184=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 184 (72.27% from 255 or 63.67% from 289); Max value from RGB is 184 - color contains mainly: blue. Hex color #3F2AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2AB8 is #C0D547. Grayscale: #3F3F3F. Windows color (decimal): -12637512 or 12069439. OLE color: 12069439.
HSL color Cylindrical-coordinate representation of color #3F2AB8: hue angle of 248.87º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F2AB8 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 42 | 184 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.28 |
| HSL | 248.87º | 0.63% | 0.44% | - |
| HSV(B) | 248.87º | 0.77% | 0.72% | - |
| XYZ | 11.53 | 6.17 | 45.93 | - |
| YUV | 64.47 | 195.46 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 184 | 0.66 | 0.77 | 0 | 0.28 | 248.87 | 0.63 | 0.44 |
| Hex | 3F | 2A | B8 | 42 | 4D | 0 | 1C | F9 | 3F | 2C |
| Octal | 77 | 52 | 270 | 102 | 115 | 0 | 34 | 371 | 77 | 54 |
| Binary | 111111 | 101010 | 10111000 | 1000010 | 1001101 | 0 | 11100 | 11111001 | 111111 | 101100 |
Color Harmonies of #3F2AB8
Complementary color
Monochromatic Colors of #3F2AB8
Black with #3F2AB8
Text Example
Text Example
White with #3F2AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2AB8; }
p { color: rgb(63,42,184); }
H1.HeaderClassName
{
color: #3F2AB8;
}
.AnyTagClassName
{
color: #3F2AB8;
}
</style>
background-color css
<style>
a { background-color: #3F2AB8; }
a { background-color: rgb(63,42,184); }
div.DivClassName
{
background-color: #3F2AB8;
}
.BgClassName
{
background-color: #3F2AB8;
}
</style>
border-color css
<style>
span { border-color: #3F2AB8; }
span { border-color: rgb(63,42,184); }
td.TdClassName
{
border-color: #3F2AB8;
}
.TagClassName
{
border-color: #3F2AB8;
}
</style>