Shades of Purple Heart #360FBB
Tints of Purple Heart #360FBB
RGB
CMYK
RGB Variations
Color information
#360FBB (or 0x360FBB) is known color: Purple Heart. HEX triplet: 36, 0F and BB. RGB value is (54,15,187). Sum of RGB (Red+Green+Blue) = 54+15+187=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #360FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FBB is #C9F044. Grayscale: #2D2D2D. Windows color (decimal): -13234245 or 12259126. OLE color: 12259126.
HSL color Cylindrical-coordinate representation of color #360FBB: hue angle of 253.6º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360FBB is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 15 | 187 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.27 |
| HSL | 253.6º | 0.85% | 0.4% | - |
| HSV(B) | 253.6º | 0.92% | 0.73% | - |
| XYZ | 10.66 | 4.71 | 47.36 | - |
| YUV | 46.27 | 207.42 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 187 | 0.71 | 0.92 | 0 | 0.27 | 253.6 | 0.85 | 0.4 |
| Hex | 36 | F | BB | 47 | 5C | 0 | 1B | FE | 55 | 28 |
| Octal | 66 | 17 | 273 | 107 | 134 | 0 | 33 | 376 | 125 | 50 |
| Binary | 110110 | 1111 | 10111011 | 1000111 | 1011100 | 0 | 11011 | 11111110 | 1010101 | 101000 |
Color Harmonies of #360FBB
Complementary color
Monochromatic Colors of #360FBB
Black with #360FBB
Text Example
Text Example
White with #360FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FBB; }
p { color: rgb(54,15,187); }
H1.HeaderClassName
{
color: #360FBB;
}
.AnyTagClassName
{
color: #360FBB;
}
</style>
background-color css
<style>
a { background-color: #360FBB; }
a { background-color: rgb(54,15,187); }
div.DivClassName
{
background-color: #360FBB;
}
.BgClassName
{
background-color: #360FBB;
}
</style>
border-color css
<style>
span { border-color: #360FBB; }
span { border-color: rgb(54,15,187); }
td.TdClassName
{
border-color: #360FBB;
}
.TagClassName
{
border-color: #360FBB;
}
</style>