Shades of Purple Heart #3902BB
Tints of Purple Heart #3902BB
RGB
CMYK
RGB Variations
Color information
#3902BB (or 0x3902BB) is known color: Purple Heart. HEX triplet: 39, 02 and BB. RGB value is (57,2,187). Sum of RGB (Red+Green+Blue) = 57+2+187=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #3902BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3902BB is #C6FD44. Grayscale: #262626. Windows color (decimal): -13040965 or 12255801. OLE color: 12255801.
HSL color Cylindrical-coordinate representation of color #3902BB: hue angle of 257.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3902BB is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 2 | 187 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.27 |
| HSL | 257.84º | 0.98% | 0.37% | - |
| HSV(B) | 257.84º | 0.99% | 0.73% | - |
| XYZ | 10.68 | 4.5 | 47.32 | - |
| YUV | 39.54 | 211.22 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 187 | 0.70 | 0.99 | 0 | 0.27 | 257.84 | 0.98 | 0.37 |
| Hex | 39 | 2 | BB | 46 | 63 | 0 | 1B | 102 | 62 | 25 |
| Octal | 71 | 2 | 273 | 106 | 143 | 0 | 33 | 402 | 142 | 45 |
| Binary | 111001 | 10 | 10111011 | 1000110 | 1100011 | 0 | 11011 | 100000010 | 1100010 | 100101 |
Color Harmonies of #3902BB
Complementary color
Monochromatic Colors of #3902BB
Black with #3902BB
Text Example
Text Example
White with #3902BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3902BB; }
p { color: rgb(57,2,187); }
H1.HeaderClassName
{
color: #3902BB;
}
.AnyTagClassName
{
color: #3902BB;
}
</style>
background-color css
<style>
a { background-color: #3902BB; }
a { background-color: rgb(57,2,187); }
div.DivClassName
{
background-color: #3902BB;
}
.BgClassName
{
background-color: #3902BB;
}
</style>
border-color css
<style>
span { border-color: #3902BB; }
span { border-color: rgb(57,2,187); }
td.TdClassName
{
border-color: #3902BB;
}
.TagClassName
{
border-color: #3902BB;
}
</style>