Shades of Purple Heart #3F1ACF
Tints of Purple Heart #3F1ACF
RGB
CMYK
RGB Variations
Color information
#3F1ACF (or 0x3F1ACF) is known color: Purple Heart. HEX triplet: 3F, 1A and CF. RGB value is (63,26,207). Sum of RGB (Red+Green+Blue) = 63+26+207=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F1ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1ACF is #C0E530. Grayscale: #393939. Windows color (decimal): -12641585 or 13572671. OLE color: 13572671.
HSL color Cylindrical-coordinate representation of color #3F1ACF: hue angle of 252.27º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F1ACF is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 26 | 207 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.19 |
| HSL | 252.27º | 0.78% | 0.46% | - |
| HSV(B) | 252.27º | 0.87% | 0.81% | - |
| XYZ | 13.68 | 6.3 | 59.53 | - |
| YUV | 57.7 | 212.26 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 207 | 0.70 | 0.87 | 0 | 0.19 | 252.27 | 0.78 | 0.46 |
| Hex | 3F | 1A | CF | 46 | 57 | 0 | 13 | FC | 4E | 2E |
| Octal | 77 | 32 | 317 | 106 | 127 | 0 | 23 | 374 | 116 | 56 |
| Binary | 111111 | 11010 | 11001111 | 1000110 | 1010111 | 0 | 10011 | 11111100 | 1001110 | 101110 |
Color Harmonies of #3F1ACF
Complementary color
Monochromatic Colors of #3F1ACF
Black with #3F1ACF
Text Example
Text Example
White with #3F1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1ACF; }
p { color: rgb(63,26,207); }
H1.HeaderClassName
{
color: #3F1ACF;
}
.AnyTagClassName
{
color: #3F1ACF;
}
</style>
background-color css
<style>
a { background-color: #3F1ACF; }
a { background-color: rgb(63,26,207); }
div.DivClassName
{
background-color: #3F1ACF;
}
.BgClassName
{
background-color: #3F1ACF;
}
</style>
border-color css
<style>
span { border-color: #3F1ACF; }
span { border-color: rgb(63,26,207); }
td.TdClassName
{
border-color: #3F1ACF;
}
.TagClassName
{
border-color: #3F1ACF;
}
</style>