Shades of Purple Heart #733DD8
Tints of Purple Heart #733DD8
RGB
CMYK
RGB Variations
Color information
#733DD8 (or 0x733DD8) is known color: Purple Heart. HEX triplet: 73, 3D and D8. RGB value is (115,61,216). Sum of RGB (Red+Green+Blue) = 115+61+216=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 216 (84.77% from 255 or 55.10% from 392); Max value from RGB is 216 - color contains mainly: blue. Hex color #733DD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DD8 is #8CC227. Grayscale: #5E5E5E. Windows color (decimal): -9224744 or 14171507. OLE color: 14171507.
HSL color Cylindrical-coordinate representation of color #733DD8: hue angle of 260.9º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733DD8 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 61 | 216 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.15 |
| HSL | 260.9º | 0.67% | 0.54% | - |
| HSV(B) | 260.9º | 0.72% | 0.85% | - |
| XYZ | 21.13 | 11.94 | 66.16 | - |
| YUV | 94.82 | 196.39 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 216 | 0.47 | 0.72 | 0 | 0.15 | 260.9 | 0.67 | 0.54 |
| Hex | 73 | 3D | D8 | 2F | 48 | 0 | F | 105 | 43 | 36 |
| Octal | 163 | 75 | 330 | 57 | 110 | 0 | 17 | 405 | 103 | 66 |
| Binary | 1110011 | 111101 | 11011000 | 101111 | 1001000 | 0 | 1111 | 100000101 | 1000011 | 110110 |
Color Harmonies of #733DD8
Complementary color
Monochromatic Colors of #733DD8
Black with #733DD8
Text Example
Text Example
White with #733DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DD8; }
p { color: rgb(115,61,216); }
H1.HeaderClassName
{
color: #733DD8;
}
.AnyTagClassName
{
color: #733DD8;
}
</style>
background-color css
<style>
a { background-color: #733DD8; }
a { background-color: rgb(115,61,216); }
div.DivClassName
{
background-color: #733DD8;
}
.BgClassName
{
background-color: #733DD8;
}
</style>
border-color css
<style>
span { border-color: #733DD8; }
span { border-color: rgb(115,61,216); }
td.TdClassName
{
border-color: #733DD8;
}
.TagClassName
{
border-color: #733DD8;
}
</style>