Shades of Purple Heart #3D14B5
Tints of Purple Heart #3D14B5
RGB
CMYK
RGB Variations
Color information
#3D14B5 (or 0x3D14B5) is known color: Purple Heart. HEX triplet: 3D, 14 and B5. RGB value is (61,20,181). Sum of RGB (Red+Green+Blue) = 61+20+181=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #3D14B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D14B5 is #C2EB4A. Grayscale: #323232. Windows color (decimal): -12774219 or 11867197. OLE color: 11867197.
HSL color Cylindrical-coordinate representation of color #3D14B5: hue angle of 255.28º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D14B5 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 20 | 181 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.29 |
| HSL | 255.28º | 0.8% | 0.39% | - |
| HSV(B) | 255.28º | 0.89% | 0.71% | - |
| XYZ | 10.52 | 4.83 | 44.09 | - |
| YUV | 50.61 | 201.58 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 181 | 0.66 | 0.89 | 0 | 0.29 | 255.28 | 0.8 | 0.39 |
| Hex | 3D | 14 | B5 | 42 | 59 | 0 | 1D | FF | 50 | 27 |
| Octal | 75 | 24 | 265 | 102 | 131 | 0 | 35 | 377 | 120 | 47 |
| Binary | 111101 | 10100 | 10110101 | 1000010 | 1011001 | 0 | 11101 | 11111111 | 1010000 | 100111 |
Color Harmonies of #3D14B5
Complementary color
Monochromatic Colors of #3D14B5
Black with #3D14B5
Text Example
Text Example
White with #3D14B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D14B5; }
p { color: rgb(61,20,181); }
H1.HeaderClassName
{
color: #3D14B5;
}
.AnyTagClassName
{
color: #3D14B5;
}
</style>
background-color css
<style>
a { background-color: #3D14B5; }
a { background-color: rgb(61,20,181); }
div.DivClassName
{
background-color: #3D14B5;
}
.BgClassName
{
background-color: #3D14B5;
}
</style>
border-color css
<style>
span { border-color: #3D14B5; }
span { border-color: rgb(61,20,181); }
td.TdClassName
{
border-color: #3D14B5;
}
.TagClassName
{
border-color: #3D14B5;
}
</style>