Shades of Purple Heart #3F08B7
Tints of Purple Heart #3F08B7
RGB
CMYK
RGB Variations
Color information
#3F08B7 (or 0x3F08B7) is known color: Purple Heart. HEX triplet: 3F, 08 and B7. RGB value is (63,8,183). Sum of RGB (Red+Green+Blue) = 63+8+183=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 183 (71.88% from 255 or 72.05% from 254); Max value from RGB is 183 - color contains mainly: blue. Hex color #3F08B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F08B7 is #C0F748. Grayscale: #2B2B2B. Windows color (decimal): -12646217 or 11995199. OLE color: 11995199.
HSL color Cylindrical-coordinate representation of color #3F08B7: hue angle of 258.86º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F08B7 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 8 | 183 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.28 |
| HSL | 258.86º | 0.92% | 0.37% | - |
| HSV(B) | 258.86º | 0.96% | 0.72% | - |
| XYZ | 10.68 | 4.65 | 45.13 | - |
| YUV | 44.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 183 | 0.66 | 0.96 | 0 | 0.28 | 258.86 | 0.92 | 0.37 |
| Hex | 3F | 8 | B7 | 42 | 60 | 0 | 1C | 103 | 5C | 25 |
| Octal | 77 | 10 | 267 | 102 | 140 | 0 | 34 | 403 | 134 | 45 |
| Binary | 111111 | 1000 | 10110111 | 1000010 | 1100000 | 0 | 11100 | 100000011 | 1011100 | 100101 |
Color Harmonies of #3F08B7
Complementary color
Monochromatic Colors of #3F08B7
Black with #3F08B7
Text Example
Text Example
White with #3F08B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F08B7; }
p { color: rgb(63,8,183); }
H1.HeaderClassName
{
color: #3F08B7;
}
.AnyTagClassName
{
color: #3F08B7;
}
</style>
background-color css
<style>
a { background-color: #3F08B7; }
a { background-color: rgb(63,8,183); }
div.DivClassName
{
background-color: #3F08B7;
}
.BgClassName
{
background-color: #3F08B7;
}
</style>
border-color css
<style>
span { border-color: #3F08B7; }
span { border-color: rgb(63,8,183); }
td.TdClassName
{
border-color: #3F08B7;
}
.TagClassName
{
border-color: #3F08B7;
}
</style>