Shades of Purple Heart #733BDA
Tints of Purple Heart #733BDA
RGB
CMYK
RGB Variations
Color information
#733BDA (or 0x733BDA) is known color: Purple Heart. HEX triplet: 73, 3B and DA. RGB value is (115,59,218). Sum of RGB (Red+Green+Blue) = 115+59+218=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #733BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733BDA is #8CC425. Grayscale: #5D5D5D. Windows color (decimal): -9225254 or 14302067. OLE color: 14302067.
HSL color Cylindrical-coordinate representation of color #733BDA: hue angle of 261.13º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #733BDA is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 59 | 218 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.15 |
| HSL | 261.13º | 0.68% | 0.54% | - |
| HSV(B) | 261.13º | 0.73% | 0.85% | - |
| XYZ | 21.29 | 11.83 | 67.49 | - |
| YUV | 93.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 218 | 0.47 | 0.73 | 0 | 0.15 | 261.13 | 0.68 | 0.54 |
| Hex | 73 | 3B | DA | 2F | 49 | 0 | F | 105 | 44 | 36 |
| Octal | 163 | 73 | 332 | 57 | 111 | 0 | 17 | 405 | 104 | 66 |
| Binary | 1110011 | 111011 | 11011010 | 101111 | 1001001 | 0 | 1111 | 100000101 | 1000100 | 110110 |
Color Harmonies of #733BDA
Complementary color
Monochromatic Colors of #733BDA
Black with #733BDA
Text Example
Text Example
White with #733BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733BDA; }
p { color: rgb(115,59,218); }
H1.HeaderClassName
{
color: #733BDA;
}
.AnyTagClassName
{
color: #733BDA;
}
</style>
background-color css
<style>
a { background-color: #733BDA; }
a { background-color: rgb(115,59,218); }
div.DivClassName
{
background-color: #733BDA;
}
.BgClassName
{
background-color: #733BDA;
}
</style>
border-color css
<style>
span { border-color: #733BDA; }
span { border-color: rgb(115,59,218); }
td.TdClassName
{
border-color: #733BDA;
}
.TagClassName
{
border-color: #733BDA;
}
</style>