Shades of Purple Heart #733DD7
Tints of Purple Heart #733DD7
RGB
CMYK
RGB Variations
Color information
#733DD7 (or 0x733DD7) is known color: Purple Heart. HEX triplet: 73, 3D and D7. RGB value is (115,61,215). Sum of RGB (Red+Green+Blue) = 115+61+215=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #733DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DD7 is #8CC228. Grayscale: #5E5E5E. Windows color (decimal): -9224745 or 14105971. OLE color: 14105971.
HSL color Cylindrical-coordinate representation of color #733DD7: hue angle of 261.04º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733DD7 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 61 | 215 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.16 |
| HSL | 261.04º | 0.66% | 0.54% | - |
| HSV(B) | 261.04º | 0.72% | 0.84% | - |
| XYZ | 21 | 11.89 | 65.48 | - |
| YUV | 94.7 | 195.89 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 215 | 0.47 | 0.72 | 0 | 0.16 | 261.04 | 0.66 | 0.54 |
| Hex | 73 | 3D | D7 | 2F | 48 | 0 | 10 | 105 | 42 | 36 |
| Octal | 163 | 75 | 327 | 57 | 110 | 0 | 20 | 405 | 102 | 66 |
| Binary | 1110011 | 111101 | 11010111 | 101111 | 1001000 | 0 | 10000 | 100000101 | 1000010 | 110110 |
Color Harmonies of #733DD7
Complementary color
Monochromatic Colors of #733DD7
Black with #733DD7
Text Example
Text Example
White with #733DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DD7; }
p { color: rgb(115,61,215); }
H1.HeaderClassName
{
color: #733DD7;
}
.AnyTagClassName
{
color: #733DD7;
}
</style>
background-color css
<style>
a { background-color: #733DD7; }
a { background-color: rgb(115,61,215); }
div.DivClassName
{
background-color: #733DD7;
}
.BgClassName
{
background-color: #733DD7;
}
</style>
border-color css
<style>
span { border-color: #733DD7; }
span { border-color: rgb(115,61,215); }
td.TdClassName
{
border-color: #733DD7;
}
.TagClassName
{
border-color: #733DD7;
}
</style>