Shades of Purple Heart #3614BD
Tints of Purple Heart #3614BD
RGB
CMYK
RGB Variations
Color information
#3614BD (or 0x3614BD) is known color: Purple Heart. HEX triplet: 36, 14 and BD. RGB value is (54,20,189). Sum of RGB (Red+Green+Blue) = 54+20+189=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3614BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3614BD is #C9EB42. Grayscale: #303030. Windows color (decimal): -13232963 or 12391478. OLE color: 12391478.
HSL color Cylindrical-coordinate representation of color #3614BD: hue angle of 252.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3614BD is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 20 | 189 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.26 |
| HSL | 252.07º | 0.81% | 0.41% | - |
| HSV(B) | 252.07º | 0.89% | 0.74% | - |
| XYZ | 10.96 | 4.96 | 48.52 | - |
| YUV | 49.43 | 206.76 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 189 | 0.71 | 0.89 | 0 | 0.26 | 252.07 | 0.81 | 0.41 |
| Hex | 36 | 14 | BD | 47 | 59 | 0 | 1A | FC | 51 | 29 |
| Octal | 66 | 24 | 275 | 107 | 131 | 0 | 32 | 374 | 121 | 51 |
| Binary | 110110 | 10100 | 10111101 | 1000111 | 1011001 | 0 | 11010 | 11111100 | 1010001 | 101001 |
Color Harmonies of #3614BD
Complementary color
Monochromatic Colors of #3614BD
Black with #3614BD
Text Example
Text Example
White with #3614BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3614BD; }
p { color: rgb(54,20,189); }
H1.HeaderClassName
{
color: #3614BD;
}
.AnyTagClassName
{
color: #3614BD;
}
</style>
background-color css
<style>
a { background-color: #3614BD; }
a { background-color: rgb(54,20,189); }
div.DivClassName
{
background-color: #3614BD;
}
.BgClassName
{
background-color: #3614BD;
}
</style>
border-color css
<style>
span { border-color: #3614BD; }
span { border-color: rgb(54,20,189); }
td.TdClassName
{
border-color: #3614BD;
}
.TagClassName
{
border-color: #3614BD;
}
</style>