Shades of Purple Heart #3D14CC
Tints of Purple Heart #3D14CC
RGB
CMYK
RGB Variations
Color information
#3D14CC (or 0x3D14CC) is known color: Purple Heart. HEX triplet: 3D, 14 and CC. RGB value is (61,20,204). Sum of RGB (Red+Green+Blue) = 61+20+204=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #3D14CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D14CC is #C2EB33. Grayscale: #343434. Windows color (decimal): -12774196 or 13374525. OLE color: 13374525.
HSL color Cylindrical-coordinate representation of color #3D14CC: hue angle of 253.37º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D14CC is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 61 | 20 | 204 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.2 |
| HSL | 253.37º | 0.82% | 0.44% | - |
| HSV(B) | 253.37º | 0.9% | 0.8% | - |
| XYZ | 13.07 | 5.85 | 57.57 | - |
| YUV | 53.24 | 213.08 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 204 | 0.70 | 0.90 | 0 | 0.2 | 253.37 | 0.82 | 0.44 |
| Hex | 3D | 14 | CC | 46 | 5A | 0 | 14 | FD | 52 | 2C |
| Octal | 75 | 24 | 314 | 106 | 132 | 0 | 24 | 375 | 122 | 54 |
| Binary | 111101 | 10100 | 11001100 | 1000110 | 1011010 | 0 | 10100 | 11111101 | 1010010 | 101100 |
Color Harmonies of #3D14CC
Complementary color
Monochromatic Colors of #3D14CC
Black with #3D14CC
Text Example
Text Example
White with #3D14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D14CC; }
p { color: rgb(61,20,204); }
H1.HeaderClassName
{
color: #3D14CC;
}
.AnyTagClassName
{
color: #3D14CC;
}
</style>
background-color css
<style>
a { background-color: #3D14CC; }
a { background-color: rgb(61,20,204); }
div.DivClassName
{
background-color: #3D14CC;
}
.BgClassName
{
background-color: #3D14CC;
}
</style>
border-color css
<style>
span { border-color: #3D14CC; }
span { border-color: rgb(61,20,204); }
td.TdClassName
{
border-color: #3D14CC;
}
.TagClassName
{
border-color: #3D14CC;
}
</style>