Shades of Purple Heart #360BBF
Tints of Purple Heart #360BBF
RGB
CMYK
RGB Variations
Color information
#360BBF (or 0x360BBF) is known color: Purple Heart. HEX triplet: 36, 0B and BF. RGB value is (54,11,191). Sum of RGB (Red+Green+Blue) = 54+11+191=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #360BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BBF is #C9F440. Grayscale: #2B2B2B. Windows color (decimal): -13235265 or 12520246. OLE color: 12520246.
HSL color Cylindrical-coordinate representation of color #360BBF: hue angle of 254.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360BBF is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 11 | 191 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.25 |
| HSL | 254.33º | 0.89% | 0.4% | - |
| HSV(B) | 254.33º | 0.94% | 0.75% | - |
| XYZ | 11.04 | 4.79 | 49.63 | - |
| YUV | 44.38 | 210.75 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 191 | 0.72 | 0.94 | 0 | 0.25 | 254.33 | 0.89 | 0.4 |
| Hex | 36 | B | BF | 48 | 5E | 0 | 19 | FE | 59 | 28 |
| Octal | 66 | 13 | 277 | 110 | 136 | 0 | 31 | 376 | 131 | 50 |
| Binary | 110110 | 1011 | 10111111 | 1001000 | 1011110 | 0 | 11001 | 11111110 | 1011001 | 101000 |
Color Harmonies of #360BBF
Complementary color
Monochromatic Colors of #360BBF
Black with #360BBF
Text Example
Text Example
White with #360BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360BBF; }
p { color: rgb(54,11,191); }
H1.HeaderClassName
{
color: #360BBF;
}
.AnyTagClassName
{
color: #360BBF;
}
</style>
background-color css
<style>
a { background-color: #360BBF; }
a { background-color: rgb(54,11,191); }
div.DivClassName
{
background-color: #360BBF;
}
.BgClassName
{
background-color: #360BBF;
}
</style>
border-color css
<style>
span { border-color: #360BBF; }
span { border-color: rgb(54,11,191); }
td.TdClassName
{
border-color: #360BBF;
}
.TagClassName
{
border-color: #360BBF;
}
</style>