Shades of Purple Heart #360EBA
Tints of Purple Heart #360EBA
RGB
CMYK
RGB Variations
Color information
#360EBA (or 0x360EBA) is known color: Purple Heart. HEX triplet: 36, 0E and BA. RGB value is (54,14,186). Sum of RGB (Red+Green+Blue) = 54+14+186=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #360EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360EBA is #C9F145. Grayscale: #2C2C2C. Windows color (decimal): -13234502 or 12193334. OLE color: 12193334.
HSL color Cylindrical-coordinate representation of color #360EBA: hue angle of 253.95º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360EBA is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 14 | 186 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.27 |
| HSL | 253.95º | 0.86% | 0.39% | - |
| HSV(B) | 253.95º | 0.92% | 0.73% | - |
| XYZ | 10.54 | 4.64 | 46.8 | - |
| YUV | 45.57 | 207.25 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 186 | 0.71 | 0.92 | 0 | 0.27 | 253.95 | 0.86 | 0.39 |
| Hex | 36 | E | BA | 47 | 5C | 0 | 1B | FE | 56 | 27 |
| Octal | 66 | 16 | 272 | 107 | 134 | 0 | 33 | 376 | 126 | 47 |
| Binary | 110110 | 1110 | 10111010 | 1000111 | 1011100 | 0 | 11011 | 11111110 | 1010110 | 100111 |
Color Harmonies of #360EBA
Complementary color
Monochromatic Colors of #360EBA
Black with #360EBA
Text Example
Text Example
White with #360EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EBA; }
p { color: rgb(54,14,186); }
H1.HeaderClassName
{
color: #360EBA;
}
.AnyTagClassName
{
color: #360EBA;
}
</style>
background-color css
<style>
a { background-color: #360EBA; }
a { background-color: rgb(54,14,186); }
div.DivClassName
{
background-color: #360EBA;
}
.BgClassName
{
background-color: #360EBA;
}
</style>
border-color css
<style>
span { border-color: #360EBA; }
span { border-color: rgb(54,14,186); }
td.TdClassName
{
border-color: #360EBA;
}
.TagClassName
{
border-color: #360EBA;
}
</style>