Shades of Purple Heart #733FD7
Tints of Purple Heart #733FD7
RGB
CMYK
RGB Variations
Color information
#733FD7 (or 0x733FD7) is known color: Purple Heart. HEX triplet: 73, 3F and D7. RGB value is (115,63,215). Sum of RGB (Red+Green+Blue) = 115+63+215=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #733FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FD7 is #8CC028. Grayscale: #5F5F5F. Windows color (decimal): -9224233 or 14106483. OLE color: 14106483.
HSL color Cylindrical-coordinate representation of color #733FD7: hue angle of 260.53º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #733FD7 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 63 | 215 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.16 |
| HSL | 260.53º | 0.66% | 0.55% | - |
| HSV(B) | 260.53º | 0.71% | 0.84% | - |
| XYZ | 21.11 | 12.11 | 65.51 | - |
| YUV | 95.88 | 195.23 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 215 | 0.47 | 0.71 | 0 | 0.16 | 260.53 | 0.66 | 0.55 |
| Hex | 73 | 3F | D7 | 2F | 47 | 0 | 10 | 105 | 42 | 37 |
| Octal | 163 | 77 | 327 | 57 | 107 | 0 | 20 | 405 | 102 | 67 |
| Binary | 1110011 | 111111 | 11010111 | 101111 | 1000111 | 0 | 10000 | 100000101 | 1000010 | 110111 |
Color Harmonies of #733FD7
Complementary color
Monochromatic Colors of #733FD7
Black with #733FD7
Text Example
Text Example
White with #733FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FD7; }
p { color: rgb(115,63,215); }
H1.HeaderClassName
{
color: #733FD7;
}
.AnyTagClassName
{
color: #733FD7;
}
</style>
background-color css
<style>
a { background-color: #733FD7; }
a { background-color: rgb(115,63,215); }
div.DivClassName
{
background-color: #733FD7;
}
.BgClassName
{
background-color: #733FD7;
}
</style>
border-color css
<style>
span { border-color: #733FD7; }
span { border-color: rgb(115,63,215); }
td.TdClassName
{
border-color: #733FD7;
}
.TagClassName
{
border-color: #733FD7;
}
</style>