Shades of Purple Heart #5C00BF
Tints of Purple Heart #5C00BF
RGB
CMYK
RGB Variations
Color information
#5C00BF (or 0x5C00BF) is known color: Purple Heart. HEX triplet: 5C, 00 and BF. RGB value is (92,0,191). Sum of RGB (Red+Green+Blue) = 92+0+191=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C00BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C00BF is #A3FF40. Grayscale: #303030. Windows color (decimal): -10747713 or 12517468. OLE color: 12517468.
HSL color Cylindrical-coordinate representation of color #5C00BF: hue angle of 268.9º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C00BF is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 0 | 191 | - |
| CMYK | 0.52 | 1 | 0 | 0.25 |
| HSL | 268.9º | 1% | 0.37% | - |
| HSV(B) | 268.9º | 1% | 0.75% | - |
| XYZ | 13.82 | 6.04 | 49.73 | - |
| YUV | 49.28 | 207.98 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 191 | 0.52 | 1 | 0 | 0.25 | 268.9 | 1 | 0.37 |
| Hex | 5C | 0 | BF | 34 | 64 | 0 | 19 | 10D | 64 | 25 |
| Octal | 134 | 0 | 277 | 64 | 144 | 0 | 31 | 415 | 144 | 45 |
| Binary | 1011100 | 0 | 10111111 | 110100 | 1100100 | 0 | 11001 | 100001101 | 1100100 | 100101 |
Color Harmonies of #5C00BF
Complementary color
Monochromatic Colors of #5C00BF
Black with #5C00BF
Text Example
Text Example
White with #5C00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C00BF; }
p { color: rgb(92,0,191); }
H1.HeaderClassName
{
color: #5C00BF;
}
.AnyTagClassName
{
color: #5C00BF;
}
</style>
background-color css
<style>
a { background-color: #5C00BF; }
a { background-color: rgb(92,0,191); }
div.DivClassName
{
background-color: #5C00BF;
}
.BgClassName
{
background-color: #5C00BF;
}
</style>
border-color css
<style>
span { border-color: #5C00BF; }
span { border-color: rgb(92,0,191); }
td.TdClassName
{
border-color: #5C00BF;
}
.TagClassName
{
border-color: #5C00BF;
}
</style>