Shades of Purple Heart #360CC0
Tints of Purple Heart #360CC0
RGB
CMYK
RGB Variations
Color information
#360CC0 (or 0x360CC0) is known color: Purple Heart. HEX triplet: 36, 0C and C0. RGB value is (54,12,192). Sum of RGB (Red+Green+Blue) = 54+12+192=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 192 (75.39% from 255 or 74.42% from 258); Max value from RGB is 192 - color contains mainly: blue. Hex color #360CC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CC0 is #C9F33F. Grayscale: #2C2C2C. Windows color (decimal): -13235008 or 12586038. OLE color: 12586038.
HSL color Cylindrical-coordinate representation of color #360CC0: hue angle of 254º 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 #360CC0 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 12 | 192 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.25 |
| HSL | 254º | 0.88% | 0.4% | - |
| HSV(B) | 254º | 0.94% | 0.75% | - |
| XYZ | 11.17 | 4.85 | 50.22 | - |
| YUV | 45.08 | 210.91 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 192 | 0.72 | 0.94 | 0 | 0.25 | 254 | 0.88 | 0.4 |
| Hex | 36 | C | C0 | 48 | 5E | 0 | 19 | FE | 58 | 28 |
| Octal | 66 | 14 | 300 | 110 | 136 | 0 | 31 | 376 | 130 | 50 |
| Binary | 110110 | 1100 | 11000000 | 1001000 | 1011110 | 0 | 11001 | 11111110 | 1011000 | 101000 |
Color Harmonies of #360CC0
Complementary color
Monochromatic Colors of #360CC0
Black with #360CC0
Text Example
Text Example
White with #360CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CC0; }
p { color: rgb(54,12,192); }
H1.HeaderClassName
{
color: #360CC0;
}
.AnyTagClassName
{
color: #360CC0;
}
</style>
background-color css
<style>
a { background-color: #360CC0; }
a { background-color: rgb(54,12,192); }
div.DivClassName
{
background-color: #360CC0;
}
.BgClassName
{
background-color: #360CC0;
}
</style>
border-color css
<style>
span { border-color: #360CC0; }
span { border-color: rgb(54,12,192); }
td.TdClassName
{
border-color: #360CC0;
}
.TagClassName
{
border-color: #360CC0;
}
</style>