Shades of Purple Heart #5C36AD
Tints of Purple Heart #5C36AD
RGB
CMYK
RGB Variations
Color information
#5C36AD (or 0x5C36AD) is known color: Purple Heart. HEX triplet: 5C, 36 and AD. RGB value is (92,54,173). Sum of RGB (Red+Green+Blue) = 92+54+173=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C36AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C36AD is #A3C952. Grayscale: #4E4E4E. Windows color (decimal): -10733907 or 11351644. OLE color: 11351644.
HSL color Cylindrical-coordinate representation of color #5C36AD: hue angle of 259.16º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C36AD is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 54 | 173 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.32 |
| HSL | 259.16º | 0.52% | 0.45% | - |
| HSV(B) | 259.16º | 0.69% | 0.68% | - |
| XYZ | 13.28 | 7.93 | 40.37 | - |
| YUV | 78.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 54 | 173 | 0.47 | 0.69 | 0 | 0.32 | 259.16 | 0.52 | 0.45 |
| Hex | 5C | 36 | AD | 2F | 45 | 0 | 20 | 103 | 34 | 2D |
| Octal | 134 | 66 | 255 | 57 | 105 | 0 | 40 | 403 | 64 | 55 |
| Binary | 1011100 | 110110 | 10101101 | 101111 | 1000101 | 0 | 100000 | 100000011 | 110100 | 101101 |
Color Harmonies of #5C36AD
Complementary color
Monochromatic Colors of #5C36AD
Black with #5C36AD
Text Example
Text Example
White with #5C36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C36AD; }
p { color: rgb(92,54,173); }
H1.HeaderClassName
{
color: #5C36AD;
}
.AnyTagClassName
{
color: #5C36AD;
}
</style>
background-color css
<style>
a { background-color: #5C36AD; }
a { background-color: rgb(92,54,173); }
div.DivClassName
{
background-color: #5C36AD;
}
.BgClassName
{
background-color: #5C36AD;
}
</style>
border-color css
<style>
span { border-color: #5C36AD; }
span { border-color: rgb(92,54,173); }
td.TdClassName
{
border-color: #5C36AD;
}
.TagClassName
{
border-color: #5C36AD;
}
</style>