Shades of Purple Heart #3F0BC9
Tints of Purple Heart #3F0BC9
RGB
CMYK
RGB Variations
Color information
#3F0BC9 (or 0x3F0BC9) is known color: Purple Heart. HEX triplet: 3F, 0B and C9. RGB value is (63,11,201). Sum of RGB (Red+Green+Blue) = 63+11+201=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 201 (78.91% from 255 or 73.09% from 275); Max value from RGB is 201 - color contains mainly: blue. Hex color #3F0BC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0BC9 is #C0F436. Grayscale: #2F2F2F. Windows color (decimal): -12645431 or 13175615. OLE color: 13175615.
HSL color Cylindrical-coordinate representation of color #3F0BC9: hue angle of 256.42º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0BC9 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 11 | 201 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.21 |
| HSL | 256.42º | 0.9% | 0.42% | - |
| HSV(B) | 256.42º | 0.95% | 0.79% | - |
| XYZ | 12.71 | 5.51 | 55.65 | - |
| YUV | 48.21 | 214.23 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 201 | 0.69 | 0.95 | 0 | 0.21 | 256.42 | 0.9 | 0.42 |
| Hex | 3F | B | C9 | 45 | 5F | 0 | 15 | 100 | 5A | 2A |
| Octal | 77 | 13 | 311 | 105 | 137 | 0 | 25 | 400 | 132 | 52 |
| Binary | 111111 | 1011 | 11001001 | 1000101 | 1011111 | 0 | 10101 | 100000000 | 1011010 | 101010 |
Color Harmonies of #3F0BC9
Complementary color
Monochromatic Colors of #3F0BC9
Black with #3F0BC9
Text Example
Text Example
White with #3F0BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0BC9; }
p { color: rgb(63,11,201); }
H1.HeaderClassName
{
color: #3F0BC9;
}
.AnyTagClassName
{
color: #3F0BC9;
}
</style>
background-color css
<style>
a { background-color: #3F0BC9; }
a { background-color: rgb(63,11,201); }
div.DivClassName
{
background-color: #3F0BC9;
}
.BgClassName
{
background-color: #3F0BC9;
}
</style>
border-color css
<style>
span { border-color: #3F0BC9; }
span { border-color: rgb(63,11,201); }
td.TdClassName
{
border-color: #3F0BC9;
}
.TagClassName
{
border-color: #3F0BC9;
}
</style>