Shades of Purple Heart #3F1FD0
Tints of Purple Heart #3F1FD0
RGB
CMYK
RGB Variations
Color information
#3F1FD0 (or 0x3F1FD0) is known color: Purple Heart. HEX triplet: 3F, 1F and D0. RGB value is (63,31,208). Sum of RGB (Red+Green+Blue) = 63+31+208=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #3F1FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1FD0 is #C0E02F. Grayscale: #3C3C3C. Windows color (decimal): -12640304 or 13639487. OLE color: 13639487.
HSL color Cylindrical-coordinate representation of color #3F1FD0: hue angle of 250.85º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1FD0 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 31 | 208 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.18 |
| HSL | 250.85º | 0.74% | 0.47% | - |
| HSV(B) | 250.85º | 0.85% | 0.82% | - |
| XYZ | 13.93 | 6.59 | 60.21 | - |
| YUV | 60.75 | 211.1 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 208 | 0.70 | 0.85 | 0 | 0.18 | 250.85 | 0.74 | 0.47 |
| Hex | 3F | 1F | D0 | 46 | 55 | 0 | 12 | FB | 4A | 2F |
| Octal | 77 | 37 | 320 | 106 | 125 | 0 | 22 | 373 | 112 | 57 |
| Binary | 111111 | 11111 | 11010000 | 1000110 | 1010101 | 0 | 10010 | 11111011 | 1001010 | 101111 |
Color Harmonies of #3F1FD0
Complementary color
Monochromatic Colors of #3F1FD0
Black with #3F1FD0
Text Example
Text Example
White with #3F1FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1FD0; }
p { color: rgb(63,31,208); }
H1.HeaderClassName
{
color: #3F1FD0;
}
.AnyTagClassName
{
color: #3F1FD0;
}
</style>
background-color css
<style>
a { background-color: #3F1FD0; }
a { background-color: rgb(63,31,208); }
div.DivClassName
{
background-color: #3F1FD0;
}
.BgClassName
{
background-color: #3F1FD0;
}
</style>
border-color css
<style>
span { border-color: #3F1FD0; }
span { border-color: rgb(63,31,208); }
td.TdClassName
{
border-color: #3F1FD0;
}
.TagClassName
{
border-color: #3F1FD0;
}
</style>