Shades of Purple Heart #733ECF
Tints of Purple Heart #733ECF
RGB
CMYK
RGB Variations
Color information
#733ECF (or 0x733ECF) is known color: Purple Heart. HEX triplet: 73, 3E and CF. RGB value is (115,62,207). Sum of RGB (Red+Green+Blue) = 115+62+207=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #733ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733ECF is #8CC130. Grayscale: #5D5D5D. Windows color (decimal): -9224497 or 13581939. OLE color: 13581939.
HSL color Cylindrical-coordinate representation of color #733ECF: hue angle of 261.93º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733ECF is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 62 | 207 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.19 |
| HSL | 261.93º | 0.6% | 0.53% | - |
| HSV(B) | 261.93º | 0.7% | 0.81% | - |
| XYZ | 20.06 | 11.6 | 60.21 | - |
| YUV | 94.38 | 191.56 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 62 | 207 | 0.44 | 0.70 | 0 | 0.19 | 261.93 | 0.6 | 0.53 |
| Hex | 73 | 3E | CF | 2C | 46 | 0 | 13 | 106 | 3C | 35 |
| Octal | 163 | 76 | 317 | 54 | 106 | 0 | 23 | 406 | 74 | 65 |
| Binary | 1110011 | 111110 | 11001111 | 101100 | 1000110 | 0 | 10011 | 100000110 | 111100 | 110101 |
Color Harmonies of #733ECF
Complementary color
Monochromatic Colors of #733ECF
Black with #733ECF
Text Example
Text Example
White with #733ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733ECF; }
p { color: rgb(115,62,207); }
H1.HeaderClassName
{
color: #733ECF;
}
.AnyTagClassName
{
color: #733ECF;
}
</style>
background-color css
<style>
a { background-color: #733ECF; }
a { background-color: rgb(115,62,207); }
div.DivClassName
{
background-color: #733ECF;
}
.BgClassName
{
background-color: #733ECF;
}
</style>
border-color css
<style>
span { border-color: #733ECF; }
span { border-color: rgb(115,62,207); }
td.TdClassName
{
border-color: #733ECF;
}
.TagClassName
{
border-color: #733ECF;
}
</style>