Shades of Purple Heart #3909BD
Tints of Purple Heart #3909BD
RGB
CMYK
RGB Variations
Color information
#3909BD (or 0x3909BD) is known color: Purple Heart. HEX triplet: 39, 09 and BD. RGB value is (57,9,189). Sum of RGB (Red+Green+Blue) = 57+9+189=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #3909BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3909BD is #C6F642. Grayscale: #2B2B2B. Windows color (decimal): -13039171 or 12388665. OLE color: 12388665.
HSL color Cylindrical-coordinate representation of color #3909BD: hue angle of 256º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3909BD is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 9 | 189 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.26 |
| HSL | 256º | 0.91% | 0.39% | - |
| HSV(B) | 256º | 0.95% | 0.74% | - |
| XYZ | 10.97 | 4.74 | 48.48 | - |
| YUV | 43.87 | 209.9 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 9 | 189 | 0.70 | 0.95 | 0 | 0.26 | 256 | 0.91 | 0.39 |
| Hex | 39 | 9 | BD | 46 | 5F | 0 | 1A | 100 | 5B | 27 |
| Octal | 71 | 11 | 275 | 106 | 137 | 0 | 32 | 400 | 133 | 47 |
| Binary | 111001 | 1001 | 10111101 | 1000110 | 1011111 | 0 | 11010 | 100000000 | 1011011 | 100111 |
Color Harmonies of #3909BD
Complementary color
Monochromatic Colors of #3909BD
Black with #3909BD
Text Example
Text Example
White with #3909BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3909BD; }
p { color: rgb(57,9,189); }
H1.HeaderClassName
{
color: #3909BD;
}
.AnyTagClassName
{
color: #3909BD;
}
</style>
background-color css
<style>
a { background-color: #3909BD; }
a { background-color: rgb(57,9,189); }
div.DivClassName
{
background-color: #3909BD;
}
.BgClassName
{
background-color: #3909BD;
}
</style>
border-color css
<style>
span { border-color: #3909BD; }
span { border-color: rgb(57,9,189); }
td.TdClassName
{
border-color: #3909BD;
}
.TagClassName
{
border-color: #3909BD;
}
</style>