Shades of Purple Heart #360FBC
Tints of Purple Heart #360FBC
RGB
CMYK
RGB Variations
Color information
#360FBC (or 0x360FBC) is known color: Purple Heart. HEX triplet: 36, 0F and BC. RGB value is (54,15,188). Sum of RGB (Red+Green+Blue) = 54+15+188=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #360FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FBC is #C9F043. Grayscale: #2D2D2D. Windows color (decimal): -13234244 or 12324662. OLE color: 12324662.
HSL color Cylindrical-coordinate representation of color #360FBC: hue angle of 253.53º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360FBC is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 15 | 188 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.26 |
| HSL | 253.53º | 0.85% | 0.4% | - |
| HSV(B) | 253.53º | 0.92% | 0.74% | - |
| XYZ | 10.77 | 4.76 | 47.93 | - |
| YUV | 46.38 | 207.92 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 188 | 0.71 | 0.92 | 0 | 0.26 | 253.53 | 0.85 | 0.4 |
| Hex | 36 | F | BC | 47 | 5C | 0 | 1A | FE | 55 | 28 |
| Octal | 66 | 17 | 274 | 107 | 134 | 0 | 32 | 376 | 125 | 50 |
| Binary | 110110 | 1111 | 10111100 | 1000111 | 1011100 | 0 | 11010 | 11111110 | 1010101 | 101000 |
Color Harmonies of #360FBC
Complementary color
Monochromatic Colors of #360FBC
Black with #360FBC
Text Example
Text Example
White with #360FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FBC; }
p { color: rgb(54,15,188); }
H1.HeaderClassName
{
color: #360FBC;
}
.AnyTagClassName
{
color: #360FBC;
}
</style>
background-color css
<style>
a { background-color: #360FBC; }
a { background-color: rgb(54,15,188); }
div.DivClassName
{
background-color: #360FBC;
}
.BgClassName
{
background-color: #360FBC;
}
</style>
border-color css
<style>
span { border-color: #360FBC; }
span { border-color: rgb(54,15,188); }
td.TdClassName
{
border-color: #360FBC;
}
.TagClassName
{
border-color: #360FBC;
}
</style>