Shades of Purple Heart #5C28D7
Tints of Purple Heart #5C28D7
RGB
CMYK
RGB Variations
Color information
#5C28D7 (or 0x5C28D7) is known color: Purple Heart. HEX triplet: 5C, 28 and D7. RGB value is (92,40,215). Sum of RGB (Red+Green+Blue) = 92+40+215=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 215 (84.38% from 255 or 61.96% from 347); Max value from RGB is 215 - color contains mainly: blue. Hex color #5C28D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C28D7 is #A3D728. Grayscale: #4A4A4A. Windows color (decimal): -10737449 or 14100572. OLE color: 14100572.
HSL color Cylindrical-coordinate representation of color #5C28D7: hue angle of 257.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C28D7 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 92 | 40 | 215 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.16 |
| HSL | 257.83º | 0.69% | 0.5% | - |
| HSV(B) | 257.83º | 0.81% | 0.84% | - |
| XYZ | 17.44 | 8.7 | 65.05 | - |
| YUV | 75.5 | 206.73 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 215 | 0.57 | 0.81 | 0 | 0.16 | 257.83 | 0.69 | 0.5 |
| Hex | 5C | 28 | D7 | 39 | 51 | 0 | 10 | 102 | 45 | 32 |
| Octal | 134 | 50 | 327 | 71 | 121 | 0 | 20 | 402 | 105 | 62 |
| Binary | 1011100 | 101000 | 11010111 | 111001 | 1010001 | 0 | 10000 | 100000010 | 1000101 | 110010 |
Color Harmonies of #5C28D7
Complementary color
Monochromatic Colors of #5C28D7
Black with #5C28D7
Text Example
Text Example
White with #5C28D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C28D7; }
p { color: rgb(92,40,215); }
H1.HeaderClassName
{
color: #5C28D7;
}
.AnyTagClassName
{
color: #5C28D7;
}
</style>
background-color css
<style>
a { background-color: #5C28D7; }
a { background-color: rgb(92,40,215); }
div.DivClassName
{
background-color: #5C28D7;
}
.BgClassName
{
background-color: #5C28D7;
}
</style>
border-color css
<style>
span { border-color: #5C28D7; }
span { border-color: rgb(92,40,215); }
td.TdClassName
{
border-color: #5C28D7;
}
.TagClassName
{
border-color: #5C28D7;
}
</style>