Shades of Purple Heart #3F09BC
Tints of Purple Heart #3F09BC
RGB
CMYK
RGB Variations
Color information
#3F09BC (or 0x3F09BC) is known color: Purple Heart. HEX triplet: 3F, 09 and BC. RGB value is (63,9,188). Sum of RGB (Red+Green+Blue) = 63+9+188=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F09BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F09BC is #C0F643. Grayscale: #2C2C2C. Windows color (decimal): -12645956 or 12323135. OLE color: 12323135.
HSL color Cylindrical-coordinate representation of color #3F09BC: hue angle of 258.1º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F09BC is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 9 | 188 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.26 |
| HSL | 258.1º | 0.91% | 0.39% | - |
| HSV(B) | 258.1º | 0.95% | 0.74% | - |
| XYZ | 11.22 | 4.88 | 47.93 | - |
| YUV | 45.55 | 208.39 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 188 | 0.66 | 0.95 | 0 | 0.26 | 258.1 | 0.91 | 0.39 |
| Hex | 3F | 9 | BC | 42 | 5F | 0 | 1A | 102 | 5B | 27 |
| Octal | 77 | 11 | 274 | 102 | 137 | 0 | 32 | 402 | 133 | 47 |
| Binary | 111111 | 1001 | 10111100 | 1000010 | 1011111 | 0 | 11010 | 100000010 | 1011011 | 100111 |
Color Harmonies of #3F09BC
Complementary color
Monochromatic Colors of #3F09BC
Black with #3F09BC
Text Example
Text Example
White with #3F09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F09BC; }
p { color: rgb(63,9,188); }
H1.HeaderClassName
{
color: #3F09BC;
}
.AnyTagClassName
{
color: #3F09BC;
}
</style>
background-color css
<style>
a { background-color: #3F09BC; }
a { background-color: rgb(63,9,188); }
div.DivClassName
{
background-color: #3F09BC;
}
.BgClassName
{
background-color: #3F09BC;
}
</style>
border-color css
<style>
span { border-color: #3F09BC; }
span { border-color: rgb(63,9,188); }
td.TdClassName
{
border-color: #3F09BC;
}
.TagClassName
{
border-color: #3F09BC;
}
</style>