Shades of Purple Heart #3D14AD
Tints of Purple Heart #3D14AD
RGB
CMYK
RGB Variations
Color information
#3D14AD (or 0x3D14AD) is known color: Purple Heart. HEX triplet: 3D, 14 and AD. RGB value is (61,20,173). Sum of RGB (Red+Green+Blue) = 61+20+173=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D14AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D14AD is #C2EB52. Grayscale: #313131. Windows color (decimal): -12774227 or 11342909. OLE color: 11342909.
HSL color Cylindrical-coordinate representation of color #3D14AD: hue angle of 256.08º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D14AD is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 20 | 173 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.32 |
| HSL | 256.08º | 0.79% | 0.38% | - |
| HSV(B) | 256.08º | 0.88% | 0.68% | - |
| XYZ | 9.72 | 4.51 | 39.89 | - |
| YUV | 49.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 173 | 0.65 | 0.88 | 0 | 0.32 | 256.08 | 0.79 | 0.38 |
| Hex | 3D | 14 | AD | 41 | 58 | 0 | 20 | 100 | 4F | 26 |
| Octal | 75 | 24 | 255 | 101 | 130 | 0 | 40 | 400 | 117 | 46 |
| Binary | 111101 | 10100 | 10101101 | 1000001 | 1011000 | 0 | 100000 | 100000000 | 1001111 | 100110 |
Color Harmonies of #3D14AD
Complementary color
Monochromatic Colors of #3D14AD
Black with #3D14AD
Text Example
Text Example
White with #3D14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D14AD; }
p { color: rgb(61,20,173); }
H1.HeaderClassName
{
color: #3D14AD;
}
.AnyTagClassName
{
color: #3D14AD;
}
</style>
background-color css
<style>
a { background-color: #3D14AD; }
a { background-color: rgb(61,20,173); }
div.DivClassName
{
background-color: #3D14AD;
}
.BgClassName
{
background-color: #3D14AD;
}
</style>
border-color css
<style>
span { border-color: #3D14AD; }
span { border-color: rgb(61,20,173); }
td.TdClassName
{
border-color: #3D14AD;
}
.TagClassName
{
border-color: #3D14AD;
}
</style>