Shades of Purple Heart #3F15BF
Tints of Purple Heart #3F15BF
RGB
CMYK
RGB Variations
Color information
#3F15BF (or 0x3F15BF) is known color: Purple Heart. HEX triplet: 3F, 15 and BF. RGB value is (63,21,191). Sum of RGB (Red+Green+Blue) = 63+21+191=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F15BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F15BF is #C0EA40. Grayscale: #343434. Windows color (decimal): -12642881 or 12522815. OLE color: 12522815.
HSL color Cylindrical-coordinate representation of color #3F15BF: hue angle of 254.82º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F15BF is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 21 | 191 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.25 |
| HSL | 254.82º | 0.8% | 0.42% | - |
| HSV(B) | 254.82º | 0.89% | 0.75% | - |
| XYZ | 11.72 | 5.35 | 49.71 | - |
| YUV | 52.94 | 205.91 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 191 | 0.67 | 0.89 | 0 | 0.25 | 254.82 | 0.8 | 0.42 |
| Hex | 3F | 15 | BF | 43 | 59 | 0 | 19 | FF | 50 | 2A |
| Octal | 77 | 25 | 277 | 103 | 131 | 0 | 31 | 377 | 120 | 52 |
| Binary | 111111 | 10101 | 10111111 | 1000011 | 1011001 | 0 | 11001 | 11111111 | 1010000 | 101010 |
Color Harmonies of #3F15BF
Complementary color
Monochromatic Colors of #3F15BF
Black with #3F15BF
Text Example
Text Example
White with #3F15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F15BF; }
p { color: rgb(63,21,191); }
H1.HeaderClassName
{
color: #3F15BF;
}
.AnyTagClassName
{
color: #3F15BF;
}
</style>
background-color css
<style>
a { background-color: #3F15BF; }
a { background-color: rgb(63,21,191); }
div.DivClassName
{
background-color: #3F15BF;
}
.BgClassName
{
background-color: #3F15BF;
}
</style>
border-color css
<style>
span { border-color: #3F15BF; }
span { border-color: rgb(63,21,191); }
td.TdClassName
{
border-color: #3F15BF;
}
.TagClassName
{
border-color: #3F15BF;
}
</style>