Shades of Purple Heart #3F15BD
Tints of Purple Heart #3F15BD
RGB
CMYK
RGB Variations
Color information
#3F15BD (or 0x3F15BD) is known color: Purple Heart. HEX triplet: 3F, 15 and BD. RGB value is (63,21,189). Sum of RGB (Red+Green+Blue) = 63+21+189=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F15BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F15BD is #C0EA42. Grayscale: #343434. Windows color (decimal): -12642883 or 12391743. OLE color: 12391743.
HSL color Cylindrical-coordinate representation of color #3F15BD: hue angle of 255º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F15BD is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 21 | 189 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.26 |
| HSL | 255º | 0.8% | 0.41% | - |
| HSV(B) | 255º | 0.89% | 0.74% | - |
| XYZ | 11.5 | 5.27 | 48.55 | - |
| YUV | 52.71 | 204.91 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 189 | 0.67 | 0.89 | 0 | 0.26 | 255 | 0.8 | 0.41 |
| Hex | 3F | 15 | BD | 43 | 59 | 0 | 1A | FF | 50 | 29 |
| Octal | 77 | 25 | 275 | 103 | 131 | 0 | 32 | 377 | 120 | 51 |
| Binary | 111111 | 10101 | 10111101 | 1000011 | 1011001 | 0 | 11010 | 11111111 | 1010000 | 101001 |
Color Harmonies of #3F15BD
Complementary color
Monochromatic Colors of #3F15BD
Black with #3F15BD
Text Example
Text Example
White with #3F15BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F15BD; }
p { color: rgb(63,21,189); }
H1.HeaderClassName
{
color: #3F15BD;
}
.AnyTagClassName
{
color: #3F15BD;
}
</style>
background-color css
<style>
a { background-color: #3F15BD; }
a { background-color: rgb(63,21,189); }
div.DivClassName
{
background-color: #3F15BD;
}
.BgClassName
{
background-color: #3F15BD;
}
</style>
border-color css
<style>
span { border-color: #3F15BD; }
span { border-color: rgb(63,21,189); }
td.TdClassName
{
border-color: #3F15BD;
}
.TagClassName
{
border-color: #3F15BD;
}
</style>