Shades of Purple Heart #360EBB
Tints of Purple Heart #360EBB
RGB
CMYK
RGB Variations
Color information
#360EBB (or 0x360EBB) is known color: Purple Heart. HEX triplet: 36, 0E and BB. RGB value is (54,14,187). Sum of RGB (Red+Green+Blue) = 54+14+187=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #360EBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360EBB is #C9F144. Grayscale: #2D2D2D. Windows color (decimal): -13234501 or 12258870. OLE color: 12258870.
HSL color Cylindrical-coordinate representation of color #360EBB: hue angle of 253.87º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360EBB is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 14 | 187 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.27 |
| HSL | 253.87º | 0.86% | 0.39% | - |
| HSV(B) | 253.87º | 0.93% | 0.73% | - |
| XYZ | 10.65 | 4.69 | 47.36 | - |
| YUV | 45.68 | 207.75 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 14 | 187 | 0.71 | 0.93 | 0 | 0.27 | 253.87 | 0.86 | 0.39 |
| Hex | 36 | E | BB | 47 | 5D | 0 | 1B | FE | 56 | 27 |
| Octal | 66 | 16 | 273 | 107 | 135 | 0 | 33 | 376 | 126 | 47 |
| Binary | 110110 | 1110 | 10111011 | 1000111 | 1011101 | 0 | 11011 | 11111110 | 1010110 | 100111 |
Color Harmonies of #360EBB
Complementary color
Monochromatic Colors of #360EBB
Black with #360EBB
Text Example
Text Example
White with #360EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360EBB; }
p { color: rgb(54,14,187); }
H1.HeaderClassName
{
color: #360EBB;
}
.AnyTagClassName
{
color: #360EBB;
}
</style>
background-color css
<style>
a { background-color: #360EBB; }
a { background-color: rgb(54,14,187); }
div.DivClassName
{
background-color: #360EBB;
}
.BgClassName
{
background-color: #360EBB;
}
</style>
border-color css
<style>
span { border-color: #360EBB; }
span { border-color: rgb(54,14,187); }
td.TdClassName
{
border-color: #360EBB;
}
.TagClassName
{
border-color: #360EBB;
}
</style>