Shades of Purple Heart #5D35AE
Tints of Purple Heart #5D35AE
RGB
CMYK
RGB Variations
Color information
#5D35AE (or 0x5D35AE) is known color: Purple Heart. HEX triplet: 5D, 35 and AE. RGB value is (93,53,174). Sum of RGB (Red+Green+Blue) = 93+53+174=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D35AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D35AE is #A2CA51. Grayscale: #4E4E4E. Windows color (decimal): -10668626 or 11416925. OLE color: 11416925.
HSL color Cylindrical-coordinate representation of color #5D35AE: hue angle of 259.83º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D35AE is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 53 | 174 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.32 |
| HSL | 259.83º | 0.53% | 0.45% | - |
| HSV(B) | 259.83º | 0.7% | 0.68% | - |
| XYZ | 13.43 | 7.93 | 40.87 | - |
| YUV | 78.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 174 | 0.47 | 0.70 | 0 | 0.32 | 259.83 | 0.53 | 0.45 |
| Hex | 5D | 35 | AE | 2F | 46 | 0 | 20 | 104 | 35 | 2D |
| Octal | 135 | 65 | 256 | 57 | 106 | 0 | 40 | 404 | 65 | 55 |
| Binary | 1011101 | 110101 | 10101110 | 101111 | 1000110 | 0 | 100000 | 100000100 | 110101 | 101101 |
Color Harmonies of #5D35AE
Complementary color
Monochromatic Colors of #5D35AE
Black with #5D35AE
Text Example
Text Example
White with #5D35AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D35AE; }
p { color: rgb(93,53,174); }
H1.HeaderClassName
{
color: #5D35AE;
}
.AnyTagClassName
{
color: #5D35AE;
}
</style>
background-color css
<style>
a { background-color: #5D35AE; }
a { background-color: rgb(93,53,174); }
div.DivClassName
{
background-color: #5D35AE;
}
.BgClassName
{
background-color: #5D35AE;
}
</style>
border-color css
<style>
span { border-color: #5D35AE; }
span { border-color: rgb(93,53,174); }
td.TdClassName
{
border-color: #5D35AE;
}
.TagClassName
{
border-color: #5D35AE;
}
</style>