Shades of Purple Heart #3F08B4
Tints of Purple Heart #3F08B4
RGB
CMYK
RGB Variations
Color information
#3F08B4 (or 0x3F08B4) is known color: Purple Heart. HEX triplet: 3F, 08 and B4. RGB value is (63,8,180). Sum of RGB (Red+Green+Blue) = 63+8+180=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 180 (70.70% from 255 or 71.71% from 251); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F08B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F08B4 is #C0F74B. Grayscale: #2B2B2B. Windows color (decimal): -12646220 or 11798591. OLE color: 11798591.
HSL color Cylindrical-coordinate representation of color #3F08B4: hue angle of 259.19º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F08B4 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 8 | 180 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.29 |
| HSL | 259.19º | 0.91% | 0.37% | - |
| HSV(B) | 259.19º | 0.96% | 0.71% | - |
| XYZ | 10.37 | 4.53 | 43.51 | - |
| YUV | 44.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 180 | 0.65 | 0.96 | 0 | 0.29 | 259.19 | 0.91 | 0.37 |
| Hex | 3F | 8 | B4 | 41 | 60 | 0 | 1D | 103 | 5B | 25 |
| Octal | 77 | 10 | 264 | 101 | 140 | 0 | 35 | 403 | 133 | 45 |
| Binary | 111111 | 1000 | 10110100 | 1000001 | 1100000 | 0 | 11101 | 100000011 | 1011011 | 100101 |
Color Harmonies of #3F08B4
Complementary color
Monochromatic Colors of #3F08B4
Black with #3F08B4
Text Example
Text Example
White with #3F08B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F08B4; }
p { color: rgb(63,8,180); }
H1.HeaderClassName
{
color: #3F08B4;
}
.AnyTagClassName
{
color: #3F08B4;
}
</style>
background-color css
<style>
a { background-color: #3F08B4; }
a { background-color: rgb(63,8,180); }
div.DivClassName
{
background-color: #3F08B4;
}
.BgClassName
{
background-color: #3F08B4;
}
</style>
border-color css
<style>
span { border-color: #3F08B4; }
span { border-color: rgb(63,8,180); }
td.TdClassName
{
border-color: #3F08B4;
}
.TagClassName
{
border-color: #3F08B4;
}
</style>