Shades of Purple Heart #5C1DB5
Tints of Purple Heart #5C1DB5
RGB
CMYK
RGB Variations
Color information
#5C1DB5 (or 0x5C1DB5) is known color: Purple Heart. HEX triplet: 5C, 1D and B5. RGB value is (92,29,181). Sum of RGB (Red+Green+Blue) = 92+29+181=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 181 (71.09% from 255 or 59.93% from 302); Max value from RGB is 181 - color contains mainly: blue. Hex color #5C1DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1DB5 is #A3E24A. Grayscale: #404040. Windows color (decimal): -10740299 or 11869532. OLE color: 11869532.
HSL color Cylindrical-coordinate representation of color #5C1DB5: hue angle of 264.87º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1DB5 is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 29 | 181 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.29 |
| HSL | 264.87º | 0.72% | 0.41% | - |
| HSV(B) | 264.87º | 0.84% | 0.71% | - |
| XYZ | 13.19 | 6.49 | 44.27 | - |
| YUV | 65.17 | 193.37 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 29 | 181 | 0.49 | 0.84 | 0 | 0.29 | 264.87 | 0.72 | 0.41 |
| Hex | 5C | 1D | B5 | 31 | 54 | 0 | 1D | 109 | 48 | 29 |
| Octal | 134 | 35 | 265 | 61 | 124 | 0 | 35 | 411 | 110 | 51 |
| Binary | 1011100 | 11101 | 10110101 | 110001 | 1010100 | 0 | 11101 | 100001001 | 1001000 | 101001 |
Color Harmonies of #5C1DB5
Complementary color
Monochromatic Colors of #5C1DB5
Black with #5C1DB5
Text Example
Text Example
White with #5C1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1DB5; }
p { color: rgb(92,29,181); }
H1.HeaderClassName
{
color: #5C1DB5;
}
.AnyTagClassName
{
color: #5C1DB5;
}
</style>
background-color css
<style>
a { background-color: #5C1DB5; }
a { background-color: rgb(92,29,181); }
div.DivClassName
{
background-color: #5C1DB5;
}
.BgClassName
{
background-color: #5C1DB5;
}
</style>
border-color css
<style>
span { border-color: #5C1DB5; }
span { border-color: rgb(92,29,181); }
td.TdClassName
{
border-color: #5C1DB5;
}
.TagClassName
{
border-color: #5C1DB5;
}
</style>