Shades of Purple Heart #5C41BF
Tints of Purple Heart #5C41BF
RGB
CMYK
RGB Variations
Color information
#5C41BF (or 0x5C41BF) is known color: Purple Heart. HEX triplet: 5C, 41 and BF. RGB value is (92,65,191). Sum of RGB (Red+Green+Blue) = 92+65+191=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C41BF is #A3BE40. Grayscale: #565656. Windows color (decimal): -10731073 or 12534108. OLE color: 12534108.
HSL color Cylindrical-coordinate representation of color #5C41BF: hue angle of 252.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C41BF is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 65 | 191 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.25 |
| HSL | 252.86º | 0.5% | 0.5% | - |
| HSV(B) | 252.86º | 0.66% | 0.75% | - |
| XYZ | 15.71 | 9.82 | 50.36 | - |
| YUV | 87.44 | 186.45 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 191 | 0.52 | 0.66 | 0 | 0.25 | 252.86 | 0.5 | 0.5 |
| Hex | 5C | 41 | BF | 34 | 42 | 0 | 19 | FD | 32 | 32 |
| Octal | 134 | 101 | 277 | 64 | 102 | 0 | 31 | 375 | 62 | 62 |
| Binary | 1011100 | 1000001 | 10111111 | 110100 | 1000010 | 0 | 11001 | 11111101 | 110010 | 110010 |
Color Harmonies of #5C41BF
Complementary color
Monochromatic Colors of #5C41BF
Black with #5C41BF
Text Example
Text Example
White with #5C41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C41BF; }
p { color: rgb(92,65,191); }
H1.HeaderClassName
{
color: #5C41BF;
}
.AnyTagClassName
{
color: #5C41BF;
}
</style>
background-color css
<style>
a { background-color: #5C41BF; }
a { background-color: rgb(92,65,191); }
div.DivClassName
{
background-color: #5C41BF;
}
.BgClassName
{
background-color: #5C41BF;
}
</style>
border-color css
<style>
span { border-color: #5C41BF; }
span { border-color: rgb(92,65,191); }
td.TdClassName
{
border-color: #5C41BF;
}
.TagClassName
{
border-color: #5C41BF;
}
</style>