Shades of Purple Heart #360CBF
Tints of Purple Heart #360CBF
RGB
CMYK
RGB Variations
Color information
#360CBF (or 0x360CBF) is known color: Purple Heart. HEX triplet: 36, 0C and BF. RGB value is (54,12,191). Sum of RGB (Red+Green+Blue) = 54+12+191=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #360CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CBF is #C9F340. Grayscale: #2C2C2C. Windows color (decimal): -13235009 or 12520502. OLE color: 12520502.
HSL color Cylindrical-coordinate representation of color #360CBF: hue angle of 254.08º degrees, saturation: 0.88, 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 #360CBF is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 12 | 191 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.25 |
| HSL | 254.08º | 0.88% | 0.4% | - |
| HSV(B) | 254.08º | 0.94% | 0.75% | - |
| XYZ | 11.06 | 4.81 | 49.64 | - |
| YUV | 44.96 | 210.41 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 191 | 0.72 | 0.94 | 0 | 0.25 | 254.08 | 0.88 | 0.4 |
| Hex | 36 | C | BF | 48 | 5E | 0 | 19 | FE | 58 | 28 |
| Octal | 66 | 14 | 277 | 110 | 136 | 0 | 31 | 376 | 130 | 50 |
| Binary | 110110 | 1100 | 10111111 | 1001000 | 1011110 | 0 | 11001 | 11111110 | 1011000 | 101000 |
Color Harmonies of #360CBF
Complementary color
Monochromatic Colors of #360CBF
Black with #360CBF
Text Example
Text Example
White with #360CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CBF; }
p { color: rgb(54,12,191); }
H1.HeaderClassName
{
color: #360CBF;
}
.AnyTagClassName
{
color: #360CBF;
}
</style>
background-color css
<style>
a { background-color: #360CBF; }
a { background-color: rgb(54,12,191); }
div.DivClassName
{
background-color: #360CBF;
}
.BgClassName
{
background-color: #360CBF;
}
</style>
border-color css
<style>
span { border-color: #360CBF; }
span { border-color: rgb(54,12,191); }
td.TdClassName
{
border-color: #360CBF;
}
.TagClassName
{
border-color: #360CBF;
}
</style>