Shades of Purple Heart #5C13BF
Tints of Purple Heart #5C13BF
RGB
CMYK
RGB Variations
Color information
#5C13BF (or 0x5C13BF) is known color: Purple Heart. HEX triplet: 5C, 13 and BF. RGB value is (92,19,191). Sum of RGB (Red+Green+Blue) = 92+19+191=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C13BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C13BF is #A3EC40. Grayscale: #3B3B3B. Windows color (decimal): -10742849 or 12522332. OLE color: 12522332.
HSL color Cylindrical-coordinate representation of color #5C13BF: hue angle of 265.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C13BF is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 19 | 191 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.25 |
| HSL | 265.47º | 0.82% | 0.41% | - |
| HSV(B) | 265.47º | 0.9% | 0.75% | - |
| XYZ | 14.05 | 6.5 | 49.8 | - |
| YUV | 60.44 | 201.68 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 191 | 0.52 | 0.90 | 0 | 0.25 | 265.47 | 0.82 | 0.41 |
| Hex | 5C | 13 | BF | 34 | 5A | 0 | 19 | 109 | 52 | 29 |
| Octal | 134 | 23 | 277 | 64 | 132 | 0 | 31 | 411 | 122 | 51 |
| Binary | 1011100 | 10011 | 10111111 | 110100 | 1011010 | 0 | 11001 | 100001001 | 1010010 | 101001 |
Color Harmonies of #5C13BF
Complementary color
Monochromatic Colors of #5C13BF
Black with #5C13BF
Text Example
Text Example
White with #5C13BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C13BF; }
p { color: rgb(92,19,191); }
H1.HeaderClassName
{
color: #5C13BF;
}
.AnyTagClassName
{
color: #5C13BF;
}
</style>
background-color css
<style>
a { background-color: #5C13BF; }
a { background-color: rgb(92,19,191); }
div.DivClassName
{
background-color: #5C13BF;
}
.BgClassName
{
background-color: #5C13BF;
}
</style>
border-color css
<style>
span { border-color: #5C13BF; }
span { border-color: rgb(92,19,191); }
td.TdClassName
{
border-color: #5C13BF;
}
.TagClassName
{
border-color: #5C13BF;
}
</style>