Shades of Purple Heart #3F15AE
Tints of Purple Heart #3F15AE
RGB
CMYK
RGB Variations
Color information
#3F15AE (or 0x3F15AE) is known color: Purple Heart. HEX triplet: 3F, 15 and AE. RGB value is (63,21,174). Sum of RGB (Red+Green+Blue) = 63+21+174=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F15AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F15AE is #C0EA51. Grayscale: #323232. Windows color (decimal): -12642898 or 11408703. OLE color: 11408703.
HSL color Cylindrical-coordinate representation of color #3F15AE: hue angle of 256.47º degrees, saturation: 0.78, 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 #3F15AE is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 21 | 174 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.32 |
| HSL | 256.47º | 0.78% | 0.38% | - |
| HSV(B) | 256.47º | 0.88% | 0.68% | - |
| XYZ | 9.96 | 4.65 | 40.42 | - |
| YUV | 51 | 197.41 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 174 | 0.64 | 0.88 | 0 | 0.32 | 256.47 | 0.78 | 0.38 |
| Hex | 3F | 15 | AE | 40 | 58 | 0 | 20 | 100 | 4E | 26 |
| Octal | 77 | 25 | 256 | 100 | 130 | 0 | 40 | 400 | 116 | 46 |
| Binary | 111111 | 10101 | 10101110 | 1000000 | 1011000 | 0 | 100000 | 100000000 | 1001110 | 100110 |
Color Harmonies of #3F15AE
Complementary color
Monochromatic Colors of #3F15AE
Black with #3F15AE
Text Example
Text Example
White with #3F15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F15AE; }
p { color: rgb(63,21,174); }
H1.HeaderClassName
{
color: #3F15AE;
}
.AnyTagClassName
{
color: #3F15AE;
}
</style>
background-color css
<style>
a { background-color: #3F15AE; }
a { background-color: rgb(63,21,174); }
div.DivClassName
{
background-color: #3F15AE;
}
.BgClassName
{
background-color: #3F15AE;
}
</style>
border-color css
<style>
span { border-color: #3F15AE; }
span { border-color: rgb(63,21,174); }
td.TdClassName
{
border-color: #3F15AE;
}
.TagClassName
{
border-color: #3F15AE;
}
</style>