Shades of Purple Heart #5C1BC9
Tints of Purple Heart #5C1BC9
RGB
CMYK
RGB Variations
Color information
#5C1BC9 (or 0x5C1BC9) is known color: Purple Heart. HEX triplet: 5C, 1B and C9. RGB value is (92,27,201). Sum of RGB (Red+Green+Blue) = 92+27+201=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 201 (78.91% from 255 or 62.81% from 320); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C1BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1BC9 is #A3E436. Grayscale: #414141. Windows color (decimal): -10740791 or 13179740. OLE color: 13179740.
HSL color Cylindrical-coordinate representation of color #5C1BC9: hue angle of 262.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C1BC9 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 27 | 201 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.21 |
| HSL | 262.41º | 0.76% | 0.45% | - |
| HSV(B) | 262.41º | 0.87% | 0.79% | - |
| XYZ | 15.35 | 7.28 | 55.85 | - |
| YUV | 66.27 | 204.03 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 27 | 201 | 0.54 | 0.87 | 0 | 0.21 | 262.41 | 0.76 | 0.45 |
| Hex | 5C | 1B | C9 | 36 | 57 | 0 | 15 | 106 | 4C | 2D |
| Octal | 134 | 33 | 311 | 66 | 127 | 0 | 25 | 406 | 114 | 55 |
| Binary | 1011100 | 11011 | 11001001 | 110110 | 1010111 | 0 | 10101 | 100000110 | 1001100 | 101101 |
Color Harmonies of #5C1BC9
Complementary color
Monochromatic Colors of #5C1BC9
Black with #5C1BC9
Text Example
Text Example
White with #5C1BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1BC9; }
p { color: rgb(92,27,201); }
H1.HeaderClassName
{
color: #5C1BC9;
}
.AnyTagClassName
{
color: #5C1BC9;
}
</style>
background-color css
<style>
a { background-color: #5C1BC9; }
a { background-color: rgb(92,27,201); }
div.DivClassName
{
background-color: #5C1BC9;
}
.BgClassName
{
background-color: #5C1BC9;
}
</style>
border-color css
<style>
span { border-color: #5C1BC9; }
span { border-color: rgb(92,27,201); }
td.TdClassName
{
border-color: #5C1BC9;
}
.TagClassName
{
border-color: #5C1BC9;
}
</style>