Shades of Purple Heart #3D1FCC
Tints of Purple Heart #3D1FCC
RGB
CMYK
RGB Variations
Color information
#3D1FCC (or 0x3D1FCC) is known color: Purple Heart. HEX triplet: 3D, 1F and CC. RGB value is (61,31,204). Sum of RGB (Red+Green+Blue) = 61+31+204=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D1FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1FCC is #C2E033. Grayscale: #3B3B3B. Windows color (decimal): -12771380 or 13377341. OLE color: 13377341.
HSL color Cylindrical-coordinate representation of color #3D1FCC: hue angle of 250.4º 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 #3D1FCC is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 31 | 204 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.2 |
| HSL | 250.4º | 0.74% | 0.46% | - |
| HSV(B) | 250.4º | 0.85% | 0.8% | - |
| XYZ | 13.31 | 6.33 | 57.65 | - |
| YUV | 59.69 | 209.44 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 31 | 204 | 0.70 | 0.85 | 0 | 0.2 | 250.4 | 0.74 | 0.46 |
| Hex | 3D | 1F | CC | 46 | 55 | 0 | 14 | FA | 4A | 2E |
| Octal | 75 | 37 | 314 | 106 | 125 | 0 | 24 | 372 | 112 | 56 |
| Binary | 111101 | 11111 | 11001100 | 1000110 | 1010101 | 0 | 10100 | 11111010 | 1001010 | 101110 |
Color Harmonies of #3D1FCC
Complementary color
Monochromatic Colors of #3D1FCC
Black with #3D1FCC
Text Example
Text Example
White with #3D1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1FCC; }
p { color: rgb(61,31,204); }
H1.HeaderClassName
{
color: #3D1FCC;
}
.AnyTagClassName
{
color: #3D1FCC;
}
</style>
background-color css
<style>
a { background-color: #3D1FCC; }
a { background-color: rgb(61,31,204); }
div.DivClassName
{
background-color: #3D1FCC;
}
.BgClassName
{
background-color: #3D1FCC;
}
</style>
border-color css
<style>
span { border-color: #3D1FCC; }
span { border-color: rgb(61,31,204); }
td.TdClassName
{
border-color: #3D1FCC;
}
.TagClassName
{
border-color: #3D1FCC;
}
</style>