Shades of Purple Heart #5C28AA
Tints of Purple Heart #5C28AA
RGB
CMYK
RGB Variations
Color information
#5C28AA (or 0x5C28AA) is known color: Purple Heart. HEX triplet: 5C, 28 and AA. RGB value is (92,40,170). Sum of RGB (Red+Green+Blue) = 92+40+170=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C28AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C28AA is #A3D755. Grayscale: #454545. Windows color (decimal): -10737494 or 11151452. OLE color: 11151452.
HSL color Cylindrical-coordinate representation of color #5C28AA: hue angle of 264º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C28AA is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 40 | 170 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.33 |
| HSL | 264º | 0.62% | 0.41% | - |
| HSV(B) | 264º | 0.76% | 0.67% | - |
| XYZ | 12.43 | 6.7 | 38.67 | - |
| YUV | 70.37 | 184.23 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 170 | 0.46 | 0.76 | 0 | 0.33 | 264 | 0.62 | 0.41 |
| Hex | 5C | 28 | AA | 2E | 4C | 0 | 21 | 108 | 3E | 29 |
| Octal | 134 | 50 | 252 | 56 | 114 | 0 | 41 | 410 | 76 | 51 |
| Binary | 1011100 | 101000 | 10101010 | 101110 | 1001100 | 0 | 100001 | 100001000 | 111110 | 101001 |
Color Harmonies of #5C28AA
Complementary color
Monochromatic Colors of #5C28AA
Black with #5C28AA
Text Example
Text Example
White with #5C28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C28AA; }
p { color: rgb(92,40,170); }
H1.HeaderClassName
{
color: #5C28AA;
}
.AnyTagClassName
{
color: #5C28AA;
}
</style>
background-color css
<style>
a { background-color: #5C28AA; }
a { background-color: rgb(92,40,170); }
div.DivClassName
{
background-color: #5C28AA;
}
.BgClassName
{
background-color: #5C28AA;
}
</style>
border-color css
<style>
span { border-color: #5C28AA; }
span { border-color: rgb(92,40,170); }
td.TdClassName
{
border-color: #5C28AA;
}
.TagClassName
{
border-color: #5C28AA;
}
</style>