Shades of Purple Heart #360EBC
Tints of Purple Heart #360EBC
RGB
CMYK
RGB Variations
Color information
#360EBC (or 0x360EBC) is known color: Purple Heart. HEX triplet: 36, 0E and BC. RGB value is (54,14,188). Sum of RGB (Red+Green+Blue) = 54+14+188=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 188 (73.83% from 255 or 73.44% from 256); Max value from RGB is 188 - color contains mainly: blue. Hex color #360EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360EBC is #C9F143. Grayscale: #2D2D2D. Windows color (decimal): -13234500 or 12324406. OLE color: 12324406.
HSL color Cylindrical-coordinate representation of color #360EBC: hue angle of 253.79º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360EBC is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 14 | 188 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.26 |
| HSL | 253.79º | 0.86% | 0.4% | - |
| HSV(B) | 253.79º | 0.93% | 0.74% | - |
| XYZ | 10.76 | 4.73 | 47.92 | - |
| YUV | 45.8 | 208.25 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 188 | 0.71 | 0.93 | 0 | 0.26 | 253.79 | 0.86 | 0.4 |
| Hex | 36 | E | BC | 47 | 5D | 0 | 1A | FE | 56 | 28 |
| Octal | 66 | 16 | 274 | 107 | 135 | 0 | 32 | 376 | 126 | 50 |
| Binary | 110110 | 1110 | 10111100 | 1000111 | 1011101 | 0 | 11010 | 11111110 | 1010110 | 101000 |
Color Harmonies of #360EBC
Complementary color
Monochromatic Colors of #360EBC
Black with #360EBC
Text Example
Text Example
White with #360EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EBC; }
p { color: rgb(54,14,188); }
H1.HeaderClassName
{
color: #360EBC;
}
.AnyTagClassName
{
color: #360EBC;
}
</style>
background-color css
<style>
a { background-color: #360EBC; }
a { background-color: rgb(54,14,188); }
div.DivClassName
{
background-color: #360EBC;
}
.BgClassName
{
background-color: #360EBC;
}
</style>
border-color css
<style>
span { border-color: #360EBC; }
span { border-color: rgb(54,14,188); }
td.TdClassName
{
border-color: #360EBC;
}
.TagClassName
{
border-color: #360EBC;
}
</style>