Shades of Purple Heart #5C1BBA
Tints of Purple Heart #5C1BBA
RGB
CMYK
RGB Variations
Color information
#5C1BBA (or 0x5C1BBA) is known color: Purple Heart. HEX triplet: 5C, 1B and BA. RGB value is (92,27,186). Sum of RGB (Red+Green+Blue) = 92+27+186=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C1BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1BBA is #A3E445. Grayscale: #3F3F3F. Windows color (decimal): -10740806 or 12196700. OLE color: 12196700.
HSL color Cylindrical-coordinate representation of color #5C1BBA: hue angle of 264.53º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C1BBA is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 27 | 186 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.27 |
| HSL | 264.53º | 0.75% | 0.42% | - |
| HSV(B) | 264.53º | 0.85% | 0.73% | - |
| XYZ | 13.67 | 6.6 | 47.01 | - |
| YUV | 64.56 | 196.53 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 27 | 186 | 0.51 | 0.85 | 0 | 0.27 | 264.53 | 0.75 | 0.42 |
| Hex | 5C | 1B | BA | 33 | 55 | 0 | 1B | 109 | 4B | 2A |
| Octal | 134 | 33 | 272 | 63 | 125 | 0 | 33 | 411 | 113 | 52 |
| Binary | 1011100 | 11011 | 10111010 | 110011 | 1010101 | 0 | 11011 | 100001001 | 1001011 | 101010 |
Color Harmonies of #5C1BBA
Complementary color
Monochromatic Colors of #5C1BBA
Black with #5C1BBA
Text Example
Text Example
White with #5C1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1BBA; }
p { color: rgb(92,27,186); }
H1.HeaderClassName
{
color: #5C1BBA;
}
.AnyTagClassName
{
color: #5C1BBA;
}
</style>
background-color css
<style>
a { background-color: #5C1BBA; }
a { background-color: rgb(92,27,186); }
div.DivClassName
{
background-color: #5C1BBA;
}
.BgClassName
{
background-color: #5C1BBA;
}
</style>
border-color css
<style>
span { border-color: #5C1BBA; }
span { border-color: rgb(92,27,186); }
td.TdClassName
{
border-color: #5C1BBA;
}
.TagClassName
{
border-color: #5C1BBA;
}
</style>