Shades of Purple Heart #5D1CBC
Tints of Purple Heart #5D1CBC
RGB
CMYK
RGB Variations
Color information
#5D1CBC (or 0x5D1CBC) is known color: Purple Heart. HEX triplet: 5D, 1C and BC. RGB value is (93,28,188). Sum of RGB (Red+Green+Blue) = 93+28+188=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D1CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1CBC is #A2E343. Grayscale: #414141. Windows color (decimal): -10675012 or 12328029. OLE color: 12328029.
HSL color Cylindrical-coordinate representation of color #5D1CBC: hue angle of 264.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D1CBC is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 28 | 188 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.26 |
| HSL | 264.38º | 0.74% | 0.42% | - |
| HSV(B) | 264.38º | 0.85% | 0.74% | - |
| XYZ | 14.01 | 6.79 | 48.15 | - |
| YUV | 65.68 | 197.03 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 188 | 0.51 | 0.85 | 0 | 0.26 | 264.38 | 0.74 | 0.42 |
| Hex | 5D | 1C | BC | 33 | 55 | 0 | 1A | 108 | 4A | 2A |
| Octal | 135 | 34 | 274 | 63 | 125 | 0 | 32 | 410 | 112 | 52 |
| Binary | 1011101 | 11100 | 10111100 | 110011 | 1010101 | 0 | 11010 | 100001000 | 1001010 | 101010 |
Color Harmonies of #5D1CBC
Complementary color
Monochromatic Colors of #5D1CBC
Black with #5D1CBC
Text Example
Text Example
White with #5D1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1CBC; }
p { color: rgb(93,28,188); }
H1.HeaderClassName
{
color: #5D1CBC;
}
.AnyTagClassName
{
color: #5D1CBC;
}
</style>
background-color css
<style>
a { background-color: #5D1CBC; }
a { background-color: rgb(93,28,188); }
div.DivClassName
{
background-color: #5D1CBC;
}
.BgClassName
{
background-color: #5D1CBC;
}
</style>
border-color css
<style>
span { border-color: #5D1CBC; }
span { border-color: rgb(93,28,188); }
td.TdClassName
{
border-color: #5D1CBC;
}
.TagClassName
{
border-color: #5D1CBC;
}
</style>