Shades of Purple Heart #3F1ECB
Tints of Purple Heart #3F1ECB
RGB
CMYK
RGB Variations
Color information
#3F1ECB (or 0x3F1ECB) is known color: Purple Heart. HEX triplet: 3F, 1E and CB. RGB value is (63,30,203). Sum of RGB (Red+Green+Blue) = 63+30+203=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F1ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1ECB is #C0E134. Grayscale: #3A3A3A. Windows color (decimal): -12640565 or 13311551. OLE color: 13311551.
HSL color Cylindrical-coordinate representation of color #3F1ECB: hue angle of 251.45º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F1ECB is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 30 | 203 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.20 |
| HSL | 251.45º | 0.74% | 0.46% | - |
| HSV(B) | 251.45º | 0.85% | 0.8% | - |
| XYZ | 13.29 | 6.3 | 57.01 | - |
| YUV | 59.59 | 208.93 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 30 | 203 | 0.69 | 0.85 | 0 | 0.20 | 251.45 | 0.74 | 0.46 |
| Hex | 3F | 1E | CB | 45 | 55 | 0 | 14 | FB | 4A | 2E |
| Octal | 77 | 36 | 313 | 105 | 125 | 0 | 24 | 373 | 112 | 56 |
| Binary | 111111 | 11110 | 11001011 | 1000101 | 1010101 | 0 | 10100 | 11111011 | 1001010 | 101110 |
Color Harmonies of #3F1ECB
Complementary color
Monochromatic Colors of #3F1ECB
Black with #3F1ECB
Text Example
Text Example
White with #3F1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1ECB; }
p { color: rgb(63,30,203); }
H1.HeaderClassName
{
color: #3F1ECB;
}
.AnyTagClassName
{
color: #3F1ECB;
}
</style>
background-color css
<style>
a { background-color: #3F1ECB; }
a { background-color: rgb(63,30,203); }
div.DivClassName
{
background-color: #3F1ECB;
}
.BgClassName
{
background-color: #3F1ECB;
}
</style>
border-color css
<style>
span { border-color: #3F1ECB; }
span { border-color: rgb(63,30,203); }
td.TdClassName
{
border-color: #3F1ECB;
}
.TagClassName
{
border-color: #3F1ECB;
}
</style>