Shades of Purple Heart #5C33AD
Tints of Purple Heart #5C33AD
RGB
CMYK
RGB Variations
Color information
#5C33AD (or 0x5C33AD) is known color: Purple Heart. HEX triplet: 5C, 33 and AD. RGB value is (92,51,173). Sum of RGB (Red+Green+Blue) = 92+51+173=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C33AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C33AD is #A3CC52. Grayscale: #4C4C4C. Windows color (decimal): -10734675 or 11350876. OLE color: 11350876.
HSL color Cylindrical-coordinate representation of color #5C33AD: hue angle of 260.16º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C33AD is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 51 | 173 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.32 |
| HSL | 260.16º | 0.54% | 0.44% | - |
| HSV(B) | 260.16º | 0.71% | 0.68% | - |
| XYZ | 13.14 | 7.66 | 40.32 | - |
| YUV | 77.17 | 182.08 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 51 | 173 | 0.47 | 0.71 | 0 | 0.32 | 260.16 | 0.54 | 0.44 |
| Hex | 5C | 33 | AD | 2F | 47 | 0 | 20 | 104 | 36 | 2C |
| Octal | 134 | 63 | 255 | 57 | 107 | 0 | 40 | 404 | 66 | 54 |
| Binary | 1011100 | 110011 | 10101101 | 101111 | 1000111 | 0 | 100000 | 100000100 | 110110 | 101100 |
Color Harmonies of #5C33AD
Complementary color
Monochromatic Colors of #5C33AD
Black with #5C33AD
Text Example
Text Example
White with #5C33AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C33AD; }
p { color: rgb(92,51,173); }
H1.HeaderClassName
{
color: #5C33AD;
}
.AnyTagClassName
{
color: #5C33AD;
}
</style>
background-color css
<style>
a { background-color: #5C33AD; }
a { background-color: rgb(92,51,173); }
div.DivClassName
{
background-color: #5C33AD;
}
.BgClassName
{
background-color: #5C33AD;
}
</style>
border-color css
<style>
span { border-color: #5C33AD; }
span { border-color: rgb(92,51,173); }
td.TdClassName
{
border-color: #5C33AD;
}
.TagClassName
{
border-color: #5C33AD;
}
</style>