Shades of Purple Heart #5C13B6
Tints of Purple Heart #5C13B6
RGB
CMYK
RGB Variations
Color information
#5C13B6 (or 0x5C13B6) is known color: Purple Heart. HEX triplet: 5C, 13 and B6. RGB value is (92,19,182). Sum of RGB (Red+Green+Blue) = 92+19+182=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 182 (71.48% from 255 or 62.12% from 293); Max value from RGB is 182 - color contains mainly: blue. Hex color #5C13B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C13B6 is #A3EC49. Grayscale: #3A3A3A. Windows color (decimal): -10742858 or 11932508. OLE color: 11932508.
HSL color Cylindrical-coordinate representation of color #5C13B6: hue angle of 266.87º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C13B6 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 19 | 182 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.29 |
| HSL | 266.87º | 0.81% | 0.39% | - |
| HSV(B) | 266.87º | 0.9% | 0.71% | - |
| XYZ | 13.09 | 6.12 | 44.75 | - |
| YUV | 59.41 | 197.18 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 182 | 0.49 | 0.90 | 0 | 0.29 | 266.87 | 0.81 | 0.39 |
| Hex | 5C | 13 | B6 | 31 | 5A | 0 | 1D | 10B | 51 | 27 |
| Octal | 134 | 23 | 266 | 61 | 132 | 0 | 35 | 413 | 121 | 47 |
| Binary | 1011100 | 10011 | 10110110 | 110001 | 1011010 | 0 | 11101 | 100001011 | 1010001 | 100111 |
Color Harmonies of #5C13B6
Complementary color
Monochromatic Colors of #5C13B6
Black with #5C13B6
Text Example
Text Example
White with #5C13B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C13B6; }
p { color: rgb(92,19,182); }
H1.HeaderClassName
{
color: #5C13B6;
}
.AnyTagClassName
{
color: #5C13B6;
}
</style>
background-color css
<style>
a { background-color: #5C13B6; }
a { background-color: rgb(92,19,182); }
div.DivClassName
{
background-color: #5C13B6;
}
.BgClassName
{
background-color: #5C13B6;
}
</style>
border-color css
<style>
span { border-color: #5C13B6; }
span { border-color: rgb(92,19,182); }
td.TdClassName
{
border-color: #5C13B6;
}
.TagClassName
{
border-color: #5C13B6;
}
</style>