Shades of Purple Heart #733DDA
Tints of Purple Heart #733DDA
RGB
CMYK
RGB Variations
Color information
#733DDA (or 0x733DDA) is known color: Purple Heart. HEX triplet: 73, 3D and DA. RGB value is (115,61,218). Sum of RGB (Red+Green+Blue) = 115+61+218=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #733DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DDA is #8CC225. Grayscale: #5E5E5E. Windows color (decimal): -9224742 or 14302579. OLE color: 14302579.
HSL color Cylindrical-coordinate representation of color #733DDA: hue angle of 260.64º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733DDA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 61 | 218 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.15 |
| HSL | 260.64º | 0.68% | 0.55% | - |
| HSV(B) | 260.64º | 0.72% | 0.85% | - |
| XYZ | 21.39 | 12.04 | 67.53 | - |
| YUV | 95.04 | 197.39 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 218 | 0.47 | 0.72 | 0 | 0.15 | 260.64 | 0.68 | 0.55 |
| Hex | 73 | 3D | DA | 2F | 48 | 0 | F | 105 | 44 | 37 |
| Octal | 163 | 75 | 332 | 57 | 110 | 0 | 17 | 405 | 104 | 67 |
| Binary | 1110011 | 111101 | 11011010 | 101111 | 1001000 | 0 | 1111 | 100000101 | 1000100 | 110111 |
Color Harmonies of #733DDA
Complementary color
Monochromatic Colors of #733DDA
Black with #733DDA
Text Example
Text Example
White with #733DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DDA; }
p { color: rgb(115,61,218); }
H1.HeaderClassName
{
color: #733DDA;
}
.AnyTagClassName
{
color: #733DDA;
}
</style>
background-color css
<style>
a { background-color: #733DDA; }
a { background-color: rgb(115,61,218); }
div.DivClassName
{
background-color: #733DDA;
}
.BgClassName
{
background-color: #733DDA;
}
</style>
border-color css
<style>
span { border-color: #733DDA; }
span { border-color: rgb(115,61,218); }
td.TdClassName
{
border-color: #733DDA;
}
.TagClassName
{
border-color: #733DDA;
}
</style>