Shades of Purple Heart #3F05BB
Tints of Purple Heart #3F05BB
RGB
CMYK
RGB Variations
Color information
#3F05BB (or 0x3F05BB) is known color: Purple Heart. HEX triplet: 3F, 05 and BB. RGB value is (63,5,187). Sum of RGB (Red+Green+Blue) = 63+5+187=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F05BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05BB is #C0FA44. Grayscale: #2A2A2A. Windows color (decimal): -12646981 or 12256575. OLE color: 12256575.
HSL color Cylindrical-coordinate representation of color #3F05BB: hue angle of 259.12º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F05BB is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 5 | 187 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.27 |
| HSL | 259.12º | 0.95% | 0.38% | - |
| HSV(B) | 259.12º | 0.97% | 0.73% | - |
| XYZ | 11.07 | 4.75 | 47.35 | - |
| YUV | 43.09 | 209.22 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 187 | 0.66 | 0.97 | 0 | 0.27 | 259.12 | 0.95 | 0.38 |
| Hex | 3F | 5 | BB | 42 | 61 | 0 | 1B | 103 | 5F | 26 |
| Octal | 77 | 5 | 273 | 102 | 141 | 0 | 33 | 403 | 137 | 46 |
| Binary | 111111 | 101 | 10111011 | 1000010 | 1100001 | 0 | 11011 | 100000011 | 1011111 | 100110 |
Color Harmonies of #3F05BB
Complementary color
Monochromatic Colors of #3F05BB
Black with #3F05BB
Text Example
Text Example
White with #3F05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F05BB; }
p { color: rgb(63,5,187); }
H1.HeaderClassName
{
color: #3F05BB;
}
.AnyTagClassName
{
color: #3F05BB;
}
</style>
background-color css
<style>
a { background-color: #3F05BB; }
a { background-color: rgb(63,5,187); }
div.DivClassName
{
background-color: #3F05BB;
}
.BgClassName
{
background-color: #3F05BB;
}
</style>
border-color css
<style>
span { border-color: #3F05BB; }
span { border-color: rgb(63,5,187); }
td.TdClassName
{
border-color: #3F05BB;
}
.TagClassName
{
border-color: #3F05BB;
}
</style>