Shades of Purple Heart #3614BF
Tints of Purple Heart #3614BF
RGB
CMYK
RGB Variations
Color information
#3614BF (or 0x3614BF) is known color: Purple Heart. HEX triplet: 36, 14 and BF. RGB value is (54,20,191). Sum of RGB (Red+Green+Blue) = 54+20+191=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #3614BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3614BF is #C9EB40. Grayscale: #313131. Windows color (decimal): -13232961 or 12522550. OLE color: 12522550.
HSL color Cylindrical-coordinate representation of color #3614BF: hue angle of 251.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3614BF is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 20 | 191 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.25 |
| HSL | 251.93º | 0.81% | 0.41% | - |
| HSV(B) | 251.93º | 0.9% | 0.75% | - |
| XYZ | 11.18 | 5.05 | 49.68 | - |
| YUV | 49.66 | 207.76 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 191 | 0.72 | 0.90 | 0 | 0.25 | 251.93 | 0.81 | 0.41 |
| Hex | 36 | 14 | BF | 48 | 5A | 0 | 19 | FC | 51 | 29 |
| Octal | 66 | 24 | 277 | 110 | 132 | 0 | 31 | 374 | 121 | 51 |
| Binary | 110110 | 10100 | 10111111 | 1001000 | 1011010 | 0 | 11001 | 11111100 | 1010001 | 101001 |
Color Harmonies of #3614BF
Complementary color
Monochromatic Colors of #3614BF
Black with #3614BF
Text Example
Text Example
White with #3614BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3614BF; }
p { color: rgb(54,20,191); }
H1.HeaderClassName
{
color: #3614BF;
}
.AnyTagClassName
{
color: #3614BF;
}
</style>
background-color css
<style>
a { background-color: #3614BF; }
a { background-color: rgb(54,20,191); }
div.DivClassName
{
background-color: #3614BF;
}
.BgClassName
{
background-color: #3614BF;
}
</style>
border-color css
<style>
span { border-color: #3614BF; }
span { border-color: rgb(54,20,191); }
td.TdClassName
{
border-color: #3614BF;
}
.TagClassName
{
border-color: #3614BF;
}
</style>