Shades of Purple Heart #5C28AD
Tints of Purple Heart #5C28AD
RGB
CMYK
RGB Variations
Color information
#5C28AD (or 0x5C28AD) is known color: Purple Heart. HEX triplet: 5C, 28 and AD. RGB value is (92,40,173). Sum of RGB (Red+Green+Blue) = 92+40+173=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C28AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C28AD is #A3D752. Grayscale: #464646. Windows color (decimal): -10737491 or 11348060. OLE color: 11348060.
HSL color Cylindrical-coordinate representation of color #5C28AD: hue angle of 263.46º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C28AD is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 40 | 173 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.32 |
| HSL | 263.46º | 0.62% | 0.42% | - |
| HSV(B) | 263.46º | 0.77% | 0.68% | - |
| XYZ | 12.72 | 6.81 | 40.18 | - |
| YUV | 70.71 | 185.73 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 173 | 0.47 | 0.77 | 0 | 0.32 | 263.46 | 0.62 | 0.42 |
| Hex | 5C | 28 | AD | 2F | 4D | 0 | 20 | 107 | 3E | 2A |
| Octal | 134 | 50 | 255 | 57 | 115 | 0 | 40 | 407 | 76 | 52 |
| Binary | 1011100 | 101000 | 10101101 | 101111 | 1001101 | 0 | 100000 | 100000111 | 111110 | 101010 |
Color Harmonies of #5C28AD
Complementary color
Monochromatic Colors of #5C28AD
Black with #5C28AD
Text Example
Text Example
White with #5C28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C28AD; }
p { color: rgb(92,40,173); }
H1.HeaderClassName
{
color: #5C28AD;
}
.AnyTagClassName
{
color: #5C28AD;
}
</style>
background-color css
<style>
a { background-color: #5C28AD; }
a { background-color: rgb(92,40,173); }
div.DivClassName
{
background-color: #5C28AD;
}
.BgClassName
{
background-color: #5C28AD;
}
</style>
border-color css
<style>
span { border-color: #5C28AD; }
span { border-color: rgb(92,40,173); }
td.TdClassName
{
border-color: #5C28AD;
}
.TagClassName
{
border-color: #5C28AD;
}
</style>