Shades of Purple Heart #3908BF
Tints of Purple Heart #3908BF
RGB
CMYK
RGB Variations
Color information
#3908BF (or 0x3908BF) is known color: Purple Heart. HEX triplet: 39, 08 and BF. RGB value is (57,8,191). Sum of RGB (Red+Green+Blue) = 57+8+191=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #3908BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3908BF is #C6F740. Grayscale: #2A2A2A. Windows color (decimal): -13039425 or 12519481. OLE color: 12519481.
HSL color Cylindrical-coordinate representation of color #3908BF: hue angle of 256.07º degrees, saturation: 0.92, 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 #3908BF is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 57 | 8 | 191 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.25 |
| HSL | 256.07º | 0.92% | 0.39% | - |
| HSV(B) | 256.07º | 0.96% | 0.75% | - |
| XYZ | 11.18 | 4.81 | 49.63 | - |
| YUV | 43.51 | 211.23 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 8 | 191 | 0.70 | 0.96 | 0 | 0.25 | 256.07 | 0.92 | 0.39 |
| Hex | 39 | 8 | BF | 46 | 60 | 0 | 19 | 100 | 5C | 27 |
| Octal | 71 | 10 | 277 | 106 | 140 | 0 | 31 | 400 | 134 | 47 |
| Binary | 111001 | 1000 | 10111111 | 1000110 | 1100000 | 0 | 11001 | 100000000 | 1011100 | 100111 |
Color Harmonies of #3908BF
Complementary color
Monochromatic Colors of #3908BF
Black with #3908BF
Text Example
Text Example
White with #3908BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3908BF; }
p { color: rgb(57,8,191); }
H1.HeaderClassName
{
color: #3908BF;
}
.AnyTagClassName
{
color: #3908BF;
}
</style>
background-color css
<style>
a { background-color: #3908BF; }
a { background-color: rgb(57,8,191); }
div.DivClassName
{
background-color: #3908BF;
}
.BgClassName
{
background-color: #3908BF;
}
</style>
border-color css
<style>
span { border-color: #3908BF; }
span { border-color: rgb(57,8,191); }
td.TdClassName
{
border-color: #3908BF;
}
.TagClassName
{
border-color: #3908BF;
}
</style>