Shades of Purple Heart #5C0FA6
Tints of Purple Heart #5C0FA6
RGB
CMYK
RGB Variations
Color information
#5C0FA6 (or 0x5C0FA6) is known color: Purple Heart. HEX triplet: 5C, 0F and A6. RGB value is (92,15,166). Sum of RGB (Red+Green+Blue) = 92+15+166=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #5C0FA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0FA6 is #A3F059. Grayscale: #363636. Windows color (decimal): -10743898 or 10882908. OLE color: 10882908.
HSL color Cylindrical-coordinate representation of color #5C0FA6: hue angle of 270.6º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0FA6 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 15 | 166 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.35 |
| HSL | 270.6º | 0.83% | 0.35% | - |
| HSV(B) | 270.6º | 0.91% | 0.65% | - |
| XYZ | 11.47 | 5.37 | 36.51 | - |
| YUV | 55.24 | 190.51 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 15 | 166 | 0.45 | 0.91 | 0 | 0.35 | 270.6 | 0.83 | 0.35 |
| Hex | 5C | F | A6 | 2D | 5B | 0 | 23 | 10F | 53 | 23 |
| Octal | 134 | 17 | 246 | 55 | 133 | 0 | 43 | 417 | 123 | 43 |
| Binary | 1011100 | 1111 | 10100110 | 101101 | 1011011 | 0 | 100011 | 100001111 | 1010011 | 100011 |
Color Harmonies of #5C0FA6
Complementary color
Monochromatic Colors of #5C0FA6
Black with #5C0FA6
Text Example
Text Example
White with #5C0FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0FA6; }
p { color: rgb(92,15,166); }
H1.HeaderClassName
{
color: #5C0FA6;
}
.AnyTagClassName
{
color: #5C0FA6;
}
</style>
background-color css
<style>
a { background-color: #5C0FA6; }
a { background-color: rgb(92,15,166); }
div.DivClassName
{
background-color: #5C0FA6;
}
.BgClassName
{
background-color: #5C0FA6;
}
</style>
border-color css
<style>
span { border-color: #5C0FA6; }
span { border-color: rgb(92,15,166); }
td.TdClassName
{
border-color: #5C0FA6;
}
.TagClassName
{
border-color: #5C0FA6;
}
</style>