Shades of Purple Heart #3711BB
Tints of Purple Heart #3711BB
RGB
CMYK
RGB Variations
Color information
#3711BB (or 0x3711BB) is known color: Purple Heart. HEX triplet: 37, 11 and BB. RGB value is (55,17,187). Sum of RGB (Red+Green+Blue) = 55+17+187=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #3711BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3711BB is #C8EE44. Grayscale: #2F2F2F. Windows color (decimal): -13168197 or 12259639. OLE color: 12259639.
HSL color Cylindrical-coordinate representation of color #3711BB: hue angle of 253.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3711BB is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 17 | 187 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.27 |
| HSL | 253.41º | 0.83% | 0.4% | - |
| HSV(B) | 253.41º | 0.91% | 0.73% | - |
| XYZ | 10.75 | 4.8 | 47.37 | - |
| YUV | 47.74 | 206.59 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 187 | 0.71 | 0.91 | 0 | 0.27 | 253.41 | 0.83 | 0.4 |
| Hex | 37 | 11 | BB | 47 | 5B | 0 | 1B | FD | 53 | 28 |
| Octal | 67 | 21 | 273 | 107 | 133 | 0 | 33 | 375 | 123 | 50 |
| Binary | 110111 | 10001 | 10111011 | 1000111 | 1011011 | 0 | 11011 | 11111101 | 1010011 | 101000 |
Color Harmonies of #3711BB
Complementary color
Monochromatic Colors of #3711BB
Black with #3711BB
Text Example
Text Example
White with #3711BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3711BB; }
p { color: rgb(55,17,187); }
H1.HeaderClassName
{
color: #3711BB;
}
.AnyTagClassName
{
color: #3711BB;
}
</style>
background-color css
<style>
a { background-color: #3711BB; }
a { background-color: rgb(55,17,187); }
div.DivClassName
{
background-color: #3711BB;
}
.BgClassName
{
background-color: #3711BB;
}
</style>
border-color css
<style>
span { border-color: #3711BB; }
span { border-color: rgb(55,17,187); }
td.TdClassName
{
border-color: #3711BB;
}
.TagClassName
{
border-color: #3711BB;
}
</style>