Shades of Purple Heart #3F14AD
Tints of Purple Heart #3F14AD
RGB
CMYK
RGB Variations
Color information
#3F14AD (or 0x3F14AD) is known color: Purple Heart. HEX triplet: 3F, 14 and AD. RGB value is (63,20,173). Sum of RGB (Red+Green+Blue) = 63+20+173=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F14AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F14AD is #C0EB52. Grayscale: #313131. Windows color (decimal): -12643155 or 11342911. OLE color: 11342911.
HSL color Cylindrical-coordinate representation of color #3F14AD: hue angle of 256.86º 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 #3F14AD is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 20 | 173 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.32 |
| HSL | 256.86º | 0.79% | 0.38% | - |
| HSV(B) | 256.86º | 0.88% | 0.68% | - |
| XYZ | 9.84 | 4.57 | 39.9 | - |
| YUV | 50.3 | 197.25 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 173 | 0.64 | 0.88 | 0 | 0.32 | 256.86 | 0.79 | 0.38 |
| Hex | 3F | 14 | AD | 40 | 58 | 0 | 20 | 101 | 4F | 26 |
| Octal | 77 | 24 | 255 | 100 | 130 | 0 | 40 | 401 | 117 | 46 |
| Binary | 111111 | 10100 | 10101101 | 1000000 | 1011000 | 0 | 100000 | 100000001 | 1001111 | 100110 |
Color Harmonies of #3F14AD
Complementary color
Monochromatic Colors of #3F14AD
Black with #3F14AD
Text Example
Text Example
White with #3F14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F14AD; }
p { color: rgb(63,20,173); }
H1.HeaderClassName
{
color: #3F14AD;
}
.AnyTagClassName
{
color: #3F14AD;
}
</style>
background-color css
<style>
a { background-color: #3F14AD; }
a { background-color: rgb(63,20,173); }
div.DivClassName
{
background-color: #3F14AD;
}
.BgClassName
{
background-color: #3F14AD;
}
</style>
border-color css
<style>
span { border-color: #3F14AD; }
span { border-color: rgb(63,20,173); }
td.TdClassName
{
border-color: #3F14AD;
}
.TagClassName
{
border-color: #3F14AD;
}
</style>