Shades of Purple Heart #3D1FCB
Tints of Purple Heart #3D1FCB
RGB
CMYK
RGB Variations
Color information
#3D1FCB (or 0x3D1FCB) is known color: Purple Heart. HEX triplet: 3D, 1F and CB. RGB value is (61,31,203). Sum of RGB (Red+Green+Blue) = 61+31+203=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D1FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1FCB is #C2E034. Grayscale: #3A3A3A. Windows color (decimal): -12771381 or 13311805. OLE color: 13311805.
HSL color Cylindrical-coordinate representation of color #3D1FCB: hue angle of 250.47º 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 #3D1FCB is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 31 | 203 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.20 |
| HSL | 250.47º | 0.74% | 0.46% | - |
| HSV(B) | 250.47º | 0.85% | 0.8% | - |
| XYZ | 13.19 | 6.28 | 57.02 | - |
| YUV | 59.58 | 208.94 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 203 | 0.70 | 0.85 | 0 | 0.20 | 250.47 | 0.74 | 0.46 |
| Hex | 3D | 1F | CB | 46 | 55 | 0 | 14 | FA | 4A | 2E |
| Octal | 75 | 37 | 313 | 106 | 125 | 0 | 24 | 372 | 112 | 56 |
| Binary | 111101 | 11111 | 11001011 | 1000110 | 1010101 | 0 | 10100 | 11111010 | 1001010 | 101110 |
Color Harmonies of #3D1FCB
Complementary color
Monochromatic Colors of #3D1FCB
Black with #3D1FCB
Text Example
Text Example
White with #3D1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1FCB; }
p { color: rgb(61,31,203); }
H1.HeaderClassName
{
color: #3D1FCB;
}
.AnyTagClassName
{
color: #3D1FCB;
}
</style>
background-color css
<style>
a { background-color: #3D1FCB; }
a { background-color: rgb(61,31,203); }
div.DivClassName
{
background-color: #3D1FCB;
}
.BgClassName
{
background-color: #3D1FCB;
}
</style>
border-color css
<style>
span { border-color: #3D1FCB; }
span { border-color: rgb(61,31,203); }
td.TdClassName
{
border-color: #3D1FCB;
}
.TagClassName
{
border-color: #3D1FCB;
}
</style>