Shades of Purple Heart #360DBE
Tints of Purple Heart #360DBE
RGB
CMYK
RGB Variations
Color information
#360DBE (or 0x360DBE) is known color: Purple Heart. HEX triplet: 36, 0D and BE. RGB value is (54,13,190). Sum of RGB (Red+Green+Blue) = 54+13+190=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #360DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DBE is #C9F241. Grayscale: #2C2C2C. Windows color (decimal): -13234754 or 12455222. OLE color: 12455222.
HSL color Cylindrical-coordinate representation of color #360DBE: hue angle of 253.9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360DBE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 13 | 190 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.25 |
| HSL | 253.9º | 0.87% | 0.4% | - |
| HSV(B) | 253.9º | 0.93% | 0.75% | - |
| XYZ | 10.96 | 4.79 | 49.06 | - |
| YUV | 45.44 | 209.58 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 190 | 0.72 | 0.93 | 0 | 0.25 | 253.9 | 0.87 | 0.4 |
| Hex | 36 | D | BE | 48 | 5D | 0 | 19 | FE | 57 | 28 |
| Octal | 66 | 15 | 276 | 110 | 135 | 0 | 31 | 376 | 127 | 50 |
| Binary | 110110 | 1101 | 10111110 | 1001000 | 1011101 | 0 | 11001 | 11111110 | 1010111 | 101000 |
Color Harmonies of #360DBE
Complementary color
Monochromatic Colors of #360DBE
Black with #360DBE
Text Example
Text Example
White with #360DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DBE; }
p { color: rgb(54,13,190); }
H1.HeaderClassName
{
color: #360DBE;
}
.AnyTagClassName
{
color: #360DBE;
}
</style>
background-color css
<style>
a { background-color: #360DBE; }
a { background-color: rgb(54,13,190); }
div.DivClassName
{
background-color: #360DBE;
}
.BgClassName
{
background-color: #360DBE;
}
</style>
border-color css
<style>
span { border-color: #360DBE; }
span { border-color: rgb(54,13,190); }
td.TdClassName
{
border-color: #360DBE;
}
.TagClassName
{
border-color: #360DBE;
}
</style>