Shades of Purple Heart #3907BC
Tints of Purple Heart #3907BC
RGB
CMYK
RGB Variations
Color information
#3907BC (or 0x3907BC) is known color: Purple Heart. HEX triplet: 39, 07 and BC. RGB value is (57,7,188). Sum of RGB (Red+Green+Blue) = 57+7+188=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #3907BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3907BC is #C6F843. Grayscale: #292929. Windows color (decimal): -13039684 or 12322617. OLE color: 12322617.
HSL color Cylindrical-coordinate representation of color #3907BC: hue angle of 256.57º 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 #3907BC is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 7 | 188 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.26 |
| HSL | 256.57º | 0.93% | 0.38% | - |
| HSV(B) | 256.57º | 0.96% | 0.74% | - |
| XYZ | 10.84 | 4.65 | 47.9 | - |
| YUV | 42.58 | 210.07 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 188 | 0.70 | 0.96 | 0 | 0.26 | 256.57 | 0.93 | 0.38 |
| Hex | 39 | 7 | BC | 46 | 60 | 0 | 1A | 101 | 5D | 26 |
| Octal | 71 | 7 | 274 | 106 | 140 | 0 | 32 | 401 | 135 | 46 |
| Binary | 111001 | 111 | 10111100 | 1000110 | 1100000 | 0 | 11010 | 100000001 | 1011101 | 100110 |
Color Harmonies of #3907BC
Complementary color
Monochromatic Colors of #3907BC
Black with #3907BC
Text Example
Text Example
White with #3907BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3907BC; }
p { color: rgb(57,7,188); }
H1.HeaderClassName
{
color: #3907BC;
}
.AnyTagClassName
{
color: #3907BC;
}
</style>
background-color css
<style>
a { background-color: #3907BC; }
a { background-color: rgb(57,7,188); }
div.DivClassName
{
background-color: #3907BC;
}
.BgClassName
{
background-color: #3907BC;
}
</style>
border-color css
<style>
span { border-color: #3907BC; }
span { border-color: rgb(57,7,188); }
td.TdClassName
{
border-color: #3907BC;
}
.TagClassName
{
border-color: #3907BC;
}
</style>