Shades of Purple Heart #5C23AD
Tints of Purple Heart #5C23AD
RGB
CMYK
RGB Variations
Color information
#5C23AD (or 0x5C23AD) is known color: Purple Heart. HEX triplet: 5C, 23 and AD. RGB value is (92,35,173). Sum of RGB (Red+Green+Blue) = 92+35+173=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C23AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C23AD is #A3DC52. Grayscale: #434343. Windows color (decimal): -10738771 or 11346780. OLE color: 11346780.
HSL color Cylindrical-coordinate representation of color #5C23AD: hue angle of 264.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C23AD is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 35 | 173 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.32 |
| HSL | 264.78º | 0.66% | 0.41% | - |
| HSV(B) | 264.78º | 0.8% | 0.68% | - |
| XYZ | 12.56 | 6.49 | 40.13 | - |
| YUV | 67.78 | 187.38 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 173 | 0.47 | 0.80 | 0 | 0.32 | 264.78 | 0.66 | 0.41 |
| Hex | 5C | 23 | AD | 2F | 50 | 0 | 20 | 109 | 42 | 29 |
| Octal | 134 | 43 | 255 | 57 | 120 | 0 | 40 | 411 | 102 | 51 |
| Binary | 1011100 | 100011 | 10101101 | 101111 | 1010000 | 0 | 100000 | 100001001 | 1000010 | 101001 |
Color Harmonies of #5C23AD
Complementary color
Monochromatic Colors of #5C23AD
Black with #5C23AD
Text Example
Text Example
White with #5C23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C23AD; }
p { color: rgb(92,35,173); }
H1.HeaderClassName
{
color: #5C23AD;
}
.AnyTagClassName
{
color: #5C23AD;
}
</style>
background-color css
<style>
a { background-color: #5C23AD; }
a { background-color: rgb(92,35,173); }
div.DivClassName
{
background-color: #5C23AD;
}
.BgClassName
{
background-color: #5C23AD;
}
</style>
border-color css
<style>
span { border-color: #5C23AD; }
span { border-color: rgb(92,35,173); }
td.TdClassName
{
border-color: #5C23AD;
}
.TagClassName
{
border-color: #5C23AD;
}
</style>