Shades of Purple Heart #3905BD
Tints of Purple Heart #3905BD
RGB
CMYK
RGB Variations
Color information
#3905BD (or 0x3905BD) is known color: Purple Heart. HEX triplet: 39, 05 and BD. RGB value is (57,5,189). Sum of RGB (Red+Green+Blue) = 57+5+189=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #3905BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3905BD is #C6FA42. Grayscale: #282828. Windows color (decimal): -13040195 or 12387641. OLE color: 12387641.
HSL color Cylindrical-coordinate representation of color #3905BD: hue angle of 256.96º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3905BD is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 5 | 189 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.26 |
| HSL | 256.96º | 0.95% | 0.38% | - |
| HSV(B) | 256.96º | 0.97% | 0.74% | - |
| XYZ | 10.93 | 4.65 | 48.47 | - |
| YUV | 41.52 | 211.23 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 189 | 0.70 | 0.97 | 0 | 0.26 | 256.96 | 0.95 | 0.38 |
| Hex | 39 | 5 | BD | 46 | 61 | 0 | 1A | 101 | 5F | 26 |
| Octal | 71 | 5 | 275 | 106 | 141 | 0 | 32 | 401 | 137 | 46 |
| Binary | 111001 | 101 | 10111101 | 1000110 | 1100001 | 0 | 11010 | 100000001 | 1011111 | 100110 |
Color Harmonies of #3905BD
Complementary color
Monochromatic Colors of #3905BD
Black with #3905BD
Text Example
Text Example
White with #3905BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3905BD; }
p { color: rgb(57,5,189); }
H1.HeaderClassName
{
color: #3905BD;
}
.AnyTagClassName
{
color: #3905BD;
}
</style>
background-color css
<style>
a { background-color: #3905BD; }
a { background-color: rgb(57,5,189); }
div.DivClassName
{
background-color: #3905BD;
}
.BgClassName
{
background-color: #3905BD;
}
</style>
border-color css
<style>
span { border-color: #3905BD; }
span { border-color: rgb(57,5,189); }
td.TdClassName
{
border-color: #3905BD;
}
.TagClassName
{
border-color: #3905BD;
}
</style>