Shades of Purple Heart #3611BC
Tints of Purple Heart #3611BC
RGB
CMYK
RGB Variations
Color information
#3611BC (or 0x3611BC) is known color: Purple Heart. HEX triplet: 36, 11 and BC. RGB value is (54,17,188). Sum of RGB (Red+Green+Blue) = 54+17+188=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #3611BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3611BC is #C9EE43. Grayscale: #2E2E2E. Windows color (decimal): -13233732 or 12325174. OLE color: 12325174.
HSL color Cylindrical-coordinate representation of color #3611BC: hue angle of 252.98º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3611BC is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 17 | 188 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.26 |
| HSL | 252.98º | 0.83% | 0.4% | - |
| HSV(B) | 252.98º | 0.91% | 0.74% | - |
| XYZ | 10.8 | 4.82 | 47.94 | - |
| YUV | 47.56 | 207.26 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 188 | 0.71 | 0.91 | 0 | 0.26 | 252.98 | 0.83 | 0.4 |
| Hex | 36 | 11 | BC | 47 | 5B | 0 | 1A | FD | 53 | 28 |
| Octal | 66 | 21 | 274 | 107 | 133 | 0 | 32 | 375 | 123 | 50 |
| Binary | 110110 | 10001 | 10111100 | 1000111 | 1011011 | 0 | 11010 | 11111101 | 1010011 | 101000 |
Color Harmonies of #3611BC
Complementary color
Monochromatic Colors of #3611BC
Black with #3611BC
Text Example
Text Example
White with #3611BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3611BC; }
p { color: rgb(54,17,188); }
H1.HeaderClassName
{
color: #3611BC;
}
.AnyTagClassName
{
color: #3611BC;
}
</style>
background-color css
<style>
a { background-color: #3611BC; }
a { background-color: rgb(54,17,188); }
div.DivClassName
{
background-color: #3611BC;
}
.BgClassName
{
background-color: #3611BC;
}
</style>
border-color css
<style>
span { border-color: #3611BC; }
span { border-color: rgb(54,17,188); }
td.TdClassName
{
border-color: #3611BC;
}
.TagClassName
{
border-color: #3611BC;
}
</style>