Shades of Purple Heart #360FBA
Tints of Purple Heart #360FBA
RGB
CMYK
RGB Variations
Color information
#360FBA (or 0x360FBA) is known color: Purple Heart. HEX triplet: 36, 0F and BA. RGB value is (54,15,186). Sum of RGB (Red+Green+Blue) = 54+15+186=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #360FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360FBA is #C9F045. Grayscale: #2D2D2D. Windows color (decimal): -13234246 or 12193590. OLE color: 12193590.
HSL color Cylindrical-coordinate representation of color #360FBA: hue angle of 253.68º degrees, saturation: 0.85, 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 #360FBA is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 15 | 186 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.27 |
| HSL | 253.68º | 0.85% | 0.39% | - |
| HSV(B) | 253.68º | 0.92% | 0.73% | - |
| XYZ | 10.56 | 4.67 | 46.8 | - |
| YUV | 46.16 | 206.92 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 186 | 0.71 | 0.92 | 0 | 0.27 | 253.68 | 0.85 | 0.39 |
| Hex | 36 | F | BA | 47 | 5C | 0 | 1B | FE | 55 | 27 |
| Octal | 66 | 17 | 272 | 107 | 134 | 0 | 33 | 376 | 125 | 47 |
| Binary | 110110 | 1111 | 10111010 | 1000111 | 1011100 | 0 | 11011 | 11111110 | 1010101 | 100111 |
Color Harmonies of #360FBA
Complementary color
Monochromatic Colors of #360FBA
Black with #360FBA
Text Example
Text Example
White with #360FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360FBA; }
p { color: rgb(54,15,186); }
H1.HeaderClassName
{
color: #360FBA;
}
.AnyTagClassName
{
color: #360FBA;
}
</style>
background-color css
<style>
a { background-color: #360FBA; }
a { background-color: rgb(54,15,186); }
div.DivClassName
{
background-color: #360FBA;
}
.BgClassName
{
background-color: #360FBA;
}
</style>
border-color css
<style>
span { border-color: #360FBA; }
span { border-color: rgb(54,15,186); }
td.TdClassName
{
border-color: #360FBA;
}
.TagClassName
{
border-color: #360FBA;
}
</style>