Shades of Purple Heart #3901BD
Tints of Purple Heart #3901BD
RGB
CMYK
RGB Variations
Color information
#3901BD (or 0x3901BD) is known color: Purple Heart. HEX triplet: 39, 01 and BD. RGB value is (57,1,189). Sum of RGB (Red+Green+Blue) = 57+1+189=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #3901BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3901BD is #C6FE42. Grayscale: #262626. Windows color (decimal): -13041219 or 12386617. OLE color: 12386617.
HSL color Cylindrical-coordinate representation of color #3901BD: hue angle of 257.87º 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 #3901BD is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 1 | 189 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.26 |
| HSL | 257.87º | 0.99% | 0.37% | - |
| HSV(B) | 257.87º | 0.99% | 0.74% | - |
| XYZ | 10.88 | 4.57 | 48.45 | - |
| YUV | 39.18 | 212.55 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 189 | 0.70 | 0.99 | 0 | 0.26 | 257.87 | 0.99 | 0.37 |
| Hex | 39 | 1 | BD | 46 | 63 | 0 | 1A | 102 | 63 | 25 |
| Octal | 71 | 1 | 275 | 106 | 143 | 0 | 32 | 402 | 143 | 45 |
| Binary | 111001 | 1 | 10111101 | 1000110 | 1100011 | 0 | 11010 | 100000010 | 1100011 | 100101 |
Color Harmonies of #3901BD
Complementary color
Monochromatic Colors of #3901BD
Black with #3901BD
Text Example
Text Example
White with #3901BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3901BD; }
p { color: rgb(57,1,189); }
H1.HeaderClassName
{
color: #3901BD;
}
.AnyTagClassName
{
color: #3901BD;
}
</style>
background-color css
<style>
a { background-color: #3901BD; }
a { background-color: rgb(57,1,189); }
div.DivClassName
{
background-color: #3901BD;
}
.BgClassName
{
background-color: #3901BD;
}
</style>
border-color css
<style>
span { border-color: #3901BD; }
span { border-color: rgb(57,1,189); }
td.TdClassName
{
border-color: #3901BD;
}
.TagClassName
{
border-color: #3901BD;
}
</style>