Shades of Purple Heart #3F17AD
Tints of Purple Heart #3F17AD
RGB
CMYK
RGB Variations
Color information
#3F17AD (or 0x3F17AD) is known color: Purple Heart. HEX triplet: 3F, 17 and AD. RGB value is (63,23,173). Sum of RGB (Red+Green+Blue) = 63+23+173=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F17AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F17AD is #C0E852. Grayscale: #333333. Windows color (decimal): -12642387 or 11343679. OLE color: 11343679.
HSL color Cylindrical-coordinate representation of color #3F17AD: hue angle of 256º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F17AD is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 23 | 173 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.32 |
| HSL | 256º | 0.77% | 0.38% | - |
| HSV(B) | 256º | 0.87% | 0.68% | - |
| XYZ | 9.9 | 4.69 | 39.92 | - |
| YUV | 52.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 173 | 0.64 | 0.87 | 0 | 0.32 | 256 | 0.77 | 0.38 |
| Hex | 3F | 17 | AD | 40 | 57 | 0 | 20 | 100 | 4D | 26 |
| Octal | 77 | 27 | 255 | 100 | 127 | 0 | 40 | 400 | 115 | 46 |
| Binary | 111111 | 10111 | 10101101 | 1000000 | 1010111 | 0 | 100000 | 100000000 | 1001101 | 100110 |
Color Harmonies of #3F17AD
Complementary color
Monochromatic Colors of #3F17AD
Black with #3F17AD
Text Example
Text Example
White with #3F17AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F17AD; }
p { color: rgb(63,23,173); }
H1.HeaderClassName
{
color: #3F17AD;
}
.AnyTagClassName
{
color: #3F17AD;
}
</style>
background-color css
<style>
a { background-color: #3F17AD; }
a { background-color: rgb(63,23,173); }
div.DivClassName
{
background-color: #3F17AD;
}
.BgClassName
{
background-color: #3F17AD;
}
</style>
border-color css
<style>
span { border-color: #3F17AD; }
span { border-color: rgb(63,23,173); }
td.TdClassName
{
border-color: #3F17AD;
}
.TagClassName
{
border-color: #3F17AD;
}
</style>