Shades of Purple Heart #733AD5
Tints of Purple Heart #733AD5
RGB
CMYK
RGB Variations
Color information
#733AD5 (or 0x733AD5) is known color: Purple Heart. HEX triplet: 73, 3A and D5. RGB value is (115,58,213). Sum of RGB (Red+Green+Blue) = 115+58+213=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #733AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733AD5 is #8CC52A. Grayscale: #5C5C5C. Windows color (decimal): -9225515 or 13974131. OLE color: 13974131.
HSL color Cylindrical-coordinate representation of color #733AD5: hue angle of 262.06º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #733AD5 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 58 | 213 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.16 |
| HSL | 262.06º | 0.65% | 0.53% | - |
| HSV(B) | 262.06º | 0.73% | 0.84% | - |
| XYZ | 20.59 | 11.48 | 64.08 | - |
| YUV | 92.71 | 195.88 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 213 | 0.46 | 0.73 | 0 | 0.16 | 262.06 | 0.65 | 0.53 |
| Hex | 73 | 3A | D5 | 2E | 49 | 0 | 10 | 106 | 41 | 35 |
| Octal | 163 | 72 | 325 | 56 | 111 | 0 | 20 | 406 | 101 | 65 |
| Binary | 1110011 | 111010 | 11010101 | 101110 | 1001001 | 0 | 10000 | 100000110 | 1000001 | 110101 |
Color Harmonies of #733AD5
Complementary color
Monochromatic Colors of #733AD5
Black with #733AD5
Text Example
Text Example
White with #733AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733AD5; }
p { color: rgb(115,58,213); }
H1.HeaderClassName
{
color: #733AD5;
}
.AnyTagClassName
{
color: #733AD5;
}
</style>
background-color css
<style>
a { background-color: #733AD5; }
a { background-color: rgb(115,58,213); }
div.DivClassName
{
background-color: #733AD5;
}
.BgClassName
{
background-color: #733AD5;
}
</style>
border-color css
<style>
span { border-color: #733AD5; }
span { border-color: rgb(115,58,213); }
td.TdClassName
{
border-color: #733AD5;
}
.TagClassName
{
border-color: #733AD5;
}
</style>