Shades of Purple Heart #3F07BD
Tints of Purple Heart #3F07BD
RGB
CMYK
RGB Variations
Color information
#3F07BD (or 0x3F07BD) is known color: Purple Heart. HEX triplet: 3F, 07 and BD. RGB value is (63,7,189). Sum of RGB (Red+Green+Blue) = 63+7+189=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F07BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F07BD is #C0F842. Grayscale: #2B2B2B. Windows color (decimal): -12646467 or 12388159. OLE color: 12388159.
HSL color Cylindrical-coordinate representation of color #3F07BD: hue angle of 258.46º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F07BD is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 7 | 189 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.26 |
| HSL | 258.46º | 0.93% | 0.38% | - |
| HSV(B) | 258.46º | 0.96% | 0.74% | - |
| XYZ | 11.31 | 4.88 | 48.49 | - |
| YUV | 44.49 | 209.55 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 189 | 0.67 | 0.96 | 0 | 0.26 | 258.46 | 0.93 | 0.38 |
| Hex | 3F | 7 | BD | 43 | 60 | 0 | 1A | 102 | 5D | 26 |
| Octal | 77 | 7 | 275 | 103 | 140 | 0 | 32 | 402 | 135 | 46 |
| Binary | 111111 | 111 | 10111101 | 1000011 | 1100000 | 0 | 11010 | 100000010 | 1011101 | 100110 |
Color Harmonies of #3F07BD
Complementary color
Monochromatic Colors of #3F07BD
Black with #3F07BD
Text Example
Text Example
White with #3F07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F07BD; }
p { color: rgb(63,7,189); }
H1.HeaderClassName
{
color: #3F07BD;
}
.AnyTagClassName
{
color: #3F07BD;
}
</style>
background-color css
<style>
a { background-color: #3F07BD; }
a { background-color: rgb(63,7,189); }
div.DivClassName
{
background-color: #3F07BD;
}
.BgClassName
{
background-color: #3F07BD;
}
</style>
border-color css
<style>
span { border-color: #3F07BD; }
span { border-color: rgb(63,7,189); }
td.TdClassName
{
border-color: #3F07BD;
}
.TagClassName
{
border-color: #3F07BD;
}
</style>