Shades of Purple Heart #5C0FAC
Tints of Purple Heart #5C0FAC
RGB
CMYK
RGB Variations
Color information
#5C0FAC (or 0x5C0FAC) is known color: Purple Heart. HEX triplet: 5C, 0F and AC. RGB value is (92,15,172). Sum of RGB (Red+Green+Blue) = 92+15+172=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C0FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0FAC is #A3F053. Grayscale: #373737. Windows color (decimal): -10743892 or 11276124. OLE color: 11276124.
HSL color Cylindrical-coordinate representation of color #5C0FAC: hue angle of 269.43º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0FAC is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 15 | 172 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.33 |
| HSL | 269.43º | 0.84% | 0.37% | - |
| HSV(B) | 269.43º | 0.91% | 0.67% | - |
| XYZ | 12.03 | 5.6 | 39.48 | - |
| YUV | 55.92 | 193.51 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 15 | 172 | 0.47 | 0.91 | 0 | 0.33 | 269.43 | 0.84 | 0.37 |
| Hex | 5C | F | AC | 2F | 5B | 0 | 21 | 10D | 54 | 25 |
| Octal | 134 | 17 | 254 | 57 | 133 | 0 | 41 | 415 | 124 | 45 |
| Binary | 1011100 | 1111 | 10101100 | 101111 | 1011011 | 0 | 100001 | 100001101 | 1010100 | 100101 |
Color Harmonies of #5C0FAC
Complementary color
Monochromatic Colors of #5C0FAC
Black with #5C0FAC
Text Example
Text Example
White with #5C0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0FAC; }
p { color: rgb(92,15,172); }
H1.HeaderClassName
{
color: #5C0FAC;
}
.AnyTagClassName
{
color: #5C0FAC;
}
</style>
background-color css
<style>
a { background-color: #5C0FAC; }
a { background-color: rgb(92,15,172); }
div.DivClassName
{
background-color: #5C0FAC;
}
.BgClassName
{
background-color: #5C0FAC;
}
</style>
border-color css
<style>
span { border-color: #5C0FAC; }
span { border-color: rgb(92,15,172); }
td.TdClassName
{
border-color: #5C0FAC;
}
.TagClassName
{
border-color: #5C0FAC;
}
</style>