Shades of Purple Heart #360DBD
Tints of Purple Heart #360DBD
RGB
CMYK
RGB Variations
Color information
#360DBD (or 0x360DBD) is known color: Purple Heart. HEX triplet: 36, 0D and BD. RGB value is (54,13,189). Sum of RGB (Red+Green+Blue) = 54+13+189=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #360DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DBD is #C9F242. Grayscale: #2C2C2C. Windows color (decimal): -13234755 or 12389686. OLE color: 12389686.
HSL color Cylindrical-coordinate representation of color #360DBD: hue angle of 253.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360DBD is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 13 | 189 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.26 |
| HSL | 253.98º | 0.87% | 0.4% | - |
| HSV(B) | 253.98º | 0.93% | 0.74% | - |
| XYZ | 10.85 | 4.75 | 48.49 | - |
| YUV | 45.32 | 209.08 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 189 | 0.71 | 0.93 | 0 | 0.26 | 253.98 | 0.87 | 0.4 |
| Hex | 36 | D | BD | 47 | 5D | 0 | 1A | FE | 57 | 28 |
| Octal | 66 | 15 | 275 | 107 | 135 | 0 | 32 | 376 | 127 | 50 |
| Binary | 110110 | 1101 | 10111101 | 1000111 | 1011101 | 0 | 11010 | 11111110 | 1010111 | 101000 |
Color Harmonies of #360DBD
Complementary color
Monochromatic Colors of #360DBD
Black with #360DBD
Text Example
Text Example
White with #360DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360DBD; }
p { color: rgb(54,13,189); }
H1.HeaderClassName
{
color: #360DBD;
}
.AnyTagClassName
{
color: #360DBD;
}
</style>
background-color css
<style>
a { background-color: #360DBD; }
a { background-color: rgb(54,13,189); }
div.DivClassName
{
background-color: #360DBD;
}
.BgClassName
{
background-color: #360DBD;
}
</style>
border-color css
<style>
span { border-color: #360DBD; }
span { border-color: rgb(54,13,189); }
td.TdClassName
{
border-color: #360DBD;
}
.TagClassName
{
border-color: #360DBD;
}
</style>