Shades of Purple Heart #3907BF
Tints of Purple Heart #3907BF
RGB
CMYK
RGB Variations
Color information
#3907BF (or 0x3907BF) is known color: Purple Heart. HEX triplet: 39, 07 and BF. RGB value is (57,7,191). Sum of RGB (Red+Green+Blue) = 57+7+191=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #3907BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3907BF is #C6F840. Grayscale: #2A2A2A. Windows color (decimal): -13039681 or 12519225. OLE color: 12519225.
HSL color Cylindrical-coordinate representation of color #3907BF: hue angle of 256.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3907BF is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 7 | 191 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.25 |
| HSL | 256.3º | 0.93% | 0.39% | - |
| HSV(B) | 256.3º | 0.96% | 0.75% | - |
| XYZ | 11.17 | 4.78 | 49.62 | - |
| YUV | 42.93 | 211.57 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 191 | 0.70 | 0.96 | 0 | 0.25 | 256.3 | 0.93 | 0.39 |
| Hex | 39 | 7 | BF | 46 | 60 | 0 | 19 | 100 | 5D | 27 |
| Octal | 71 | 7 | 277 | 106 | 140 | 0 | 31 | 400 | 135 | 47 |
| Binary | 111001 | 111 | 10111111 | 1000110 | 1100000 | 0 | 11001 | 100000000 | 1011101 | 100111 |
Color Harmonies of #3907BF
Complementary color
Monochromatic Colors of #3907BF
Black with #3907BF
Text Example
Text Example
White with #3907BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3907BF; }
p { color: rgb(57,7,191); }
H1.HeaderClassName
{
color: #3907BF;
}
.AnyTagClassName
{
color: #3907BF;
}
</style>
background-color css
<style>
a { background-color: #3907BF; }
a { background-color: rgb(57,7,191); }
div.DivClassName
{
background-color: #3907BF;
}
.BgClassName
{
background-color: #3907BF;
}
</style>
border-color css
<style>
span { border-color: #3907BF; }
span { border-color: rgb(57,7,191); }
td.TdClassName
{
border-color: #3907BF;
}
.TagClassName
{
border-color: #3907BF;
}
</style>