Shades of Purple Heart #3D16CC
Tints of Purple Heart #3D16CC
RGB
CMYK
RGB Variations
Color information
#3D16CC (or 0x3D16CC) is known color: Purple Heart. HEX triplet: 3D, 16 and CC. RGB value is (61,22,204). Sum of RGB (Red+Green+Blue) = 61+22+204=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 204 (80.08% from 255 or 71.08% from 287); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D16CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D16CC is #C2E933. Grayscale: #353535. Windows color (decimal): -12773684 or 13375037. OLE color: 13375037.
HSL color Cylindrical-coordinate representation of color #3D16CC: hue angle of 252.86º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D16CC is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 22 | 204 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.2 |
| HSL | 252.86º | 0.81% | 0.44% | - |
| HSV(B) | 252.86º | 0.89% | 0.8% | - |
| XYZ | 13.11 | 5.93 | 57.58 | - |
| YUV | 54.41 | 212.42 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 22 | 204 | 0.70 | 0.89 | 0 | 0.2 | 252.86 | 0.81 | 0.44 |
| Hex | 3D | 16 | CC | 46 | 59 | 0 | 14 | FD | 51 | 2C |
| Octal | 75 | 26 | 314 | 106 | 131 | 0 | 24 | 375 | 121 | 54 |
| Binary | 111101 | 10110 | 11001100 | 1000110 | 1011001 | 0 | 10100 | 11111101 | 1010001 | 101100 |
Color Harmonies of #3D16CC
Complementary color
Monochromatic Colors of #3D16CC
Black with #3D16CC
Text Example
Text Example
White with #3D16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D16CC; }
p { color: rgb(61,22,204); }
H1.HeaderClassName
{
color: #3D16CC;
}
.AnyTagClassName
{
color: #3D16CC;
}
</style>
background-color css
<style>
a { background-color: #3D16CC; }
a { background-color: rgb(61,22,204); }
div.DivClassName
{
background-color: #3D16CC;
}
.BgClassName
{
background-color: #3D16CC;
}
</style>
border-color css
<style>
span { border-color: #3D16CC; }
span { border-color: rgb(61,22,204); }
td.TdClassName
{
border-color: #3D16CC;
}
.TagClassName
{
border-color: #3D16CC;
}
</style>