Shades of Purple Heart #3B01BC
Tints of Purple Heart #3B01BC
RGB
CMYK
RGB Variations
Color information
#3B01BC (or 0x3B01BC) is known color: Purple Heart. HEX triplet: 3B, 01 and BC. RGB value is (59,1,188). Sum of RGB (Red+Green+Blue) = 59+1+188=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B01BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B01BC is #C4FE43. Grayscale: #262626. Windows color (decimal): -12910148 or 12321083. OLE color: 12321083.
HSL color Cylindrical-coordinate representation of color #3B01BC: hue angle of 258.61º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B01BC is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 1 | 188 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.26 |
| HSL | 258.61º | 0.99% | 0.37% | - |
| HSV(B) | 258.61º | 0.99% | 0.74% | - |
| XYZ | 10.89 | 4.58 | 47.89 | - |
| YUV | 39.66 | 211.72 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 1 | 188 | 0.69 | 0.99 | 0 | 0.26 | 258.61 | 0.99 | 0.37 |
| Hex | 3B | 1 | BC | 45 | 63 | 0 | 1A | 103 | 63 | 25 |
| Octal | 73 | 1 | 274 | 105 | 143 | 0 | 32 | 403 | 143 | 45 |
| Binary | 111011 | 1 | 10111100 | 1000101 | 1100011 | 0 | 11010 | 100000011 | 1100011 | 100101 |
Color Harmonies of #3B01BC
Complementary color
Monochromatic Colors of #3B01BC
Black with #3B01BC
Text Example
Text Example
White with #3B01BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B01BC; }
p { color: rgb(59,1,188); }
H1.HeaderClassName
{
color: #3B01BC;
}
.AnyTagClassName
{
color: #3B01BC;
}
</style>
background-color css
<style>
a { background-color: #3B01BC; }
a { background-color: rgb(59,1,188); }
div.DivClassName
{
background-color: #3B01BC;
}
.BgClassName
{
background-color: #3B01BC;
}
</style>
border-color css
<style>
span { border-color: #3B01BC; }
span { border-color: rgb(59,1,188); }
td.TdClassName
{
border-color: #3B01BC;
}
.TagClassName
{
border-color: #3B01BC;
}
</style>