Shades of Purple Heart #3E1FCB
Tints of Purple Heart #3E1FCB
RGB
CMYK
RGB Variations
Color information
#3E1FCB (or 0x3E1FCB) is known color: Purple Heart. HEX triplet: 3E, 1F and CB. RGB value is (62,31,203). Sum of RGB (Red+Green+Blue) = 62+31+203=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 31 (12.5% from 255 or 10.47% 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 #3E1FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1FCB is #C1E034. Grayscale: #3B3B3B. Windows color (decimal): -12705845 or 13311806. OLE color: 13311806.
HSL color Cylindrical-coordinate representation of color #3E1FCB: hue angle of 250.81º 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 #3E1FCB is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 31 | 203 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.20 |
| HSL | 250.81º | 0.74% | 0.46% | - |
| HSV(B) | 250.81º | 0.85% | 0.8% | - |
| XYZ | 13.26 | 6.32 | 57.02 | - |
| YUV | 59.88 | 208.77 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 203 | 0.69 | 0.85 | 0 | 0.20 | 250.81 | 0.74 | 0.46 |
| Hex | 3E | 1F | CB | 45 | 55 | 0 | 14 | FB | 4A | 2E |
| Octal | 76 | 37 | 313 | 105 | 125 | 0 | 24 | 373 | 112 | 56 |
| Binary | 111110 | 11111 | 11001011 | 1000101 | 1010101 | 0 | 10100 | 11111011 | 1001010 | 101110 |
Color Harmonies of #3E1FCB
Complementary color
Monochromatic Colors of #3E1FCB
Black with #3E1FCB
Text Example
Text Example
White with #3E1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1FCB; }
p { color: rgb(62,31,203); }
H1.HeaderClassName
{
color: #3E1FCB;
}
.AnyTagClassName
{
color: #3E1FCB;
}
</style>
background-color css
<style>
a { background-color: #3E1FCB; }
a { background-color: rgb(62,31,203); }
div.DivClassName
{
background-color: #3E1FCB;
}
.BgClassName
{
background-color: #3E1FCB;
}
</style>
border-color css
<style>
span { border-color: #3E1FCB; }
span { border-color: rgb(62,31,203); }
td.TdClassName
{
border-color: #3E1FCB;
}
.TagClassName
{
border-color: #3E1FCB;
}
</style>