Shades of Purple Heart #5C41BB
Tints of Purple Heart #5C41BB
RGB
CMYK
RGB Variations
Color information
#5C41BB (or 0x5C41BB) is known color: Purple Heart. HEX triplet: 5C, 41 and BB. RGB value is (92,65,187). Sum of RGB (Red+Green+Blue) = 92+65+187=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C41BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C41BB is #A3BE44. Grayscale: #565656. Windows color (decimal): -10731077 or 12271964. OLE color: 12271964.
HSL color Cylindrical-coordinate representation of color #5C41BB: hue angle of 253.28º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C41BB is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 65 | 187 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.27 |
| HSL | 253.28º | 0.48% | 0.49% | - |
| HSV(B) | 253.28º | 0.65% | 0.73% | - |
| XYZ | 15.27 | 9.64 | 48.07 | - |
| YUV | 86.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 187 | 0.51 | 0.65 | 0 | 0.27 | 253.28 | 0.48 | 0.49 |
| Hex | 5C | 41 | BB | 33 | 41 | 0 | 1B | FD | 30 | 31 |
| Octal | 134 | 101 | 273 | 63 | 101 | 0 | 33 | 375 | 60 | 61 |
| Binary | 1011100 | 1000001 | 10111011 | 110011 | 1000001 | 0 | 11011 | 11111101 | 110000 | 110001 |
Color Harmonies of #5C41BB
Complementary color
Monochromatic Colors of #5C41BB
Black with #5C41BB
Text Example
Text Example
White with #5C41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C41BB; }
p { color: rgb(92,65,187); }
H1.HeaderClassName
{
color: #5C41BB;
}
.AnyTagClassName
{
color: #5C41BB;
}
</style>
background-color css
<style>
a { background-color: #5C41BB; }
a { background-color: rgb(92,65,187); }
div.DivClassName
{
background-color: #5C41BB;
}
.BgClassName
{
background-color: #5C41BB;
}
</style>
border-color css
<style>
span { border-color: #5C41BB; }
span { border-color: rgb(92,65,187); }
td.TdClassName
{
border-color: #5C41BB;
}
.TagClassName
{
border-color: #5C41BB;
}
</style>