Shades of Purple Heart #360CBC
Tints of Purple Heart #360CBC
RGB
CMYK
RGB Variations
Color information
#360CBC (or 0x360CBC) is known color: Purple Heart. HEX triplet: 36, 0C and BC. RGB value is (54,12,188). Sum of RGB (Red+Green+Blue) = 54+12+188=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #360CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CBC is #C9F343. Grayscale: #2B2B2B. Windows color (decimal): -13235012 or 12323894. OLE color: 12323894.
HSL color Cylindrical-coordinate representation of color #360CBC: hue angle of 254.32º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360CBC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 12 | 188 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.26 |
| HSL | 254.32º | 0.88% | 0.39% | - |
| HSV(B) | 254.32º | 0.94% | 0.74% | - |
| XYZ | 10.73 | 4.68 | 47.91 | - |
| YUV | 44.62 | 208.91 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 188 | 0.71 | 0.94 | 0 | 0.26 | 254.32 | 0.88 | 0.39 |
| Hex | 36 | C | BC | 47 | 5E | 0 | 1A | FE | 58 | 27 |
| Octal | 66 | 14 | 274 | 107 | 136 | 0 | 32 | 376 | 130 | 47 |
| Binary | 110110 | 1100 | 10111100 | 1000111 | 1011110 | 0 | 11010 | 11111110 | 1011000 | 100111 |
Color Harmonies of #360CBC
Complementary color
Monochromatic Colors of #360CBC
Black with #360CBC
Text Example
Text Example
White with #360CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CBC; }
p { color: rgb(54,12,188); }
H1.HeaderClassName
{
color: #360CBC;
}
.AnyTagClassName
{
color: #360CBC;
}
</style>
background-color css
<style>
a { background-color: #360CBC; }
a { background-color: rgb(54,12,188); }
div.DivClassName
{
background-color: #360CBC;
}
.BgClassName
{
background-color: #360CBC;
}
</style>
border-color css
<style>
span { border-color: #360CBC; }
span { border-color: rgb(54,12,188); }
td.TdClassName
{
border-color: #360CBC;
}
.TagClassName
{
border-color: #360CBC;
}
</style>